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 -N -r1.24 -r1.25 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 29 Oct 2004 21:45:53 -0000 1.24 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 15 Nov 2004 17:41:01 -0000 1.25 @@ -120,16 +120,16 @@ Installation Option 2: Install from tarball You should already have downloaded the OpenACS tarball - to the /tmp directory. If + to the /var/tmp directory. If not, download the OpenACS tarball and save it in - /tmp and proceed: + /var/tmp and proceed: Unpack the OpenACS tarball and rename it to $OPENACS_SERVICE_NAME. Secure the directory so that only the owner can access it. Check the permissions by listing the directory. [root root]# su - $OPENACS_SERVICE_NAME [$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ cd /var/lib/aolserver -[$OPENACS_SERVICE_NAME aolserver]$ tar xzf /tmp/&tarballpath;.tgz +[$OPENACS_SERVICE_NAME aolserver]$ tar xzf /var/tmp/&tarballpath;.tgz [$OPENACS_SERVICE_NAME aolserver]$ mv &tarballpath; $OPENACS_SERVICE_NAME [$OPENACS_SERVICE_NAME aolserver]$ chmod -R 775 $OPENACS_SERVICE_NAME [$OPENACS_SERVICE_NAME aolserver]$ chown -R $OPENACS_SERVICE_NAME.$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME @@ -143,7 +143,7 @@ [root root]# su - $OPENACS_SERVICE_NAME cd /var/lib/aolserver -tar xzf /tmp/&tarballpath;.tgz +tar xzf /var/tmp/&tarballpath;.tgz mv &tarballpath; $OPENACS_SERVICE_NAME chmod -R 755 $OPENACS_SERVICE_NAME chgrp -R $OPENACS_SERVICE_NAME.$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME @@ -614,7 +614,7 @@ Installation Option 3: Install from CVS - If you want to track fresh code developments inbetween releases, or you are an OpenACS core developer, you may want to install from CVS. This is identical to Option 2 except that you get the files from CVS instead of the tarball: CVS Checkout Instructions. So, instead of tar xzf /tmp/&tarballpath;.tgz, cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot co acs-core. + If you want to track fresh code developments inbetween releases, or you are an OpenACS core developer, you may want to install from CVS. This is identical to Option 2 except that you get the files from CVS instead of the tarball: CVS Checkout Instructions. So, instead of tar xzf /var/tmp/&tarballpath;.tgz, cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot co acs-core. Next Steps