Index: openacs-4/packages/acs-core-docs/www/openacs.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/openacs.html,v diff -u -r1.42.2.7 -r1.42.2.8 --- openacs-4/packages/acs-core-docs/www/openacs.html 16 Jan 2006 18:59:43 -0000 1.42.2.7 +++ openacs-4/packages/acs-core-docs/www/openacs.html 17 Jan 2006 03:44:39 -0000 1.42.2.8 @@ -1,4 +1,4 @@ -Install OpenACS 5.2.0

Install OpenACS 5.2.0

by Vinod Kurup

+Install OpenACS 5.2.2

Install OpenACS 5.2.2

by Vinod Kurup

OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff.

Set up a user account for each site.

@@ -86,8 +86,8 @@ /var/tmp and proceed:

  1. 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.

    FreeBSD note: Change the period in chown -R $OPENACS_SERVICE_NAME.$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME to a colon: chown -R $OPENACS_SERVICE_NAME:$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME

    [root root]# su - $OPENACS_SERVICE_NAME
     [$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ cd /var/lib/aolserver
    -[$OPENACS_SERVICE_NAME aolserver]$ tar xzf /var/tmp/openacs-5.2.0.tgz
    -[$OPENACS_SERVICE_NAME aolserver]$ mv openacs-5.2.0 $OPENACS_SERVICE_NAME
    +[$OPENACS_SERVICE_NAME aolserver]$ tar xzf /var/tmp/openacs-5.2.2.tgz
    +[$OPENACS_SERVICE_NAME aolserver]$ mv openacs-5.2.2 $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
     [$OPENACS_SERVICE_NAME aolserver]$ ls -al
    @@ -100,8 +100,8 @@
     [root root]#
     su - $OPENACS_SERVICE_NAME
     cd /var/lib/aolserver
    -tar xzf /var/tmp/openacs-5.2.0.tgz
    -mv openacs-5.2.0 $OPENACS_SERVICE_NAME
    +tar xzf /var/tmp/openacs-5.2.2.tgz
    +mv openacs-5.2.2 $OPENACS_SERVICE_NAME
     chmod -R 755 $OPENACS_SERVICE_NAME
     chown -R $OPENACS_SERVICE_NAME.$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME
     exit
  2. Add the Service to CVS (OPTIONAL)

  3. Prepare the database

  • Configure a Service with the OpenACS Installer.� Now that you've got AOLserver up and running, let's install OpenACS - 5.2.0. + 5.2.2.

    • You should see a page from the webserver titled OpenACS Installation: @@ -367,8 +367,8 @@ Give the server a few minutes to start up. Then reload the final page above. You should see the front page, with an area to login near the upper right. Congratulations, OpenACS - 5.2.0 is now up and running! -

  • 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 /var/tmp/openacs-5.2.0.tgz, cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot co acs-core.

    Next Steps

    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 /var/tmp/openacs-5.2.2.tgz, cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot co acs-core.

    Next Steps