Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v diff -u -r1.5.2.6 -r1.5.2.7 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 19 Apr 2003 20:42:59 -0000 1.5.2.6 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 29 Apr 2003 05:59:41 -0000 1.5.2.7 @@ -124,7 +124,7 @@ [service0@yourserver web]$ tar xzf /tmp/openacs-4.6.2.tgz [service0@yourserver web]$ mv openacs-4.6.2 service0 [service0@yourserver web]$ chmod -R 700 service0 -[service0@yourserver web]$ ls -al +[service0@yourserver web]$ ls -al total 3 drwxrwx--- 3 root web 1024 Mar 29 16:41 . drwxr-xr-x 25 root root 1024 Mar 29 16:24 .. @@ -138,7 +138,6 @@ tar xzf /tmp/openacs-4.6.2.tgz mv openacs-4.6.2 service0 chmod -R 700 service0/ -ls -al exit @@ -637,11 +636,15 @@ - If you don't see the login page, view your error log + If you don't see the login page, view your error log (/web/service0/log/service0-error.log) - to make sure the service is starting without any problems. If you - need to make changes, don't forget to kill any running servers with killall nsd. - + to make sure the service is starting without any + problems. The most common errors here are trying to start a + port 80 server while not root, failing to connect because of + a firewall, and aolserver failing to start due to + permissions errors or missing files. If you need to make + changes, don't forget to kill any running servers with + killall nsd.