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.30 -r1.31 --- openacs-4/packages/acs-core-docs/www/openacs.html 27 Feb 2004 11:20:52 -0000 1.30 +++ openacs-4/packages/acs-core-docs/www/openacs.html 4 Mar 2004 14:09:22 -0000 1.31 @@ -1,4 +1,4 @@ -Install OpenACS 5.1.0d1

Install OpenACS 5.1.0d1

by Vinod Kurup

+Install OpenACS 5.1.0d2

Install OpenACS 5.1.0d2

by Vinod Kurup

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

Set up the file system for one or more OpenACS Sites

For Linux Standard Base compliance and ease of backup, @@ -69,8 +69,8 @@ tarball and save it in /tmp and proceed:

  1. Unpack the OpenACS tarball and rename it to service0. Secure the directory so that only the owner can access it. Check the permissions by listing the directory.

    [root root]# su - service0
     [service0 service0]$ cd /var/lib/aolserver
    -[service0 aolserver]$ tar xzf /tmp/openacs-5.1.0d1.tgz
    -[service0 aolserver]$ mv openacs-5.1.0d1 service0
    +[service0 aolserver]$ tar xzf /tmp/openacs-5.1.0d2.tgz
    +[service0 aolserver]$ mv openacs-5.1.0d2 service0
     [service0 aolserver]$ chmod -R 775 service0
     [service0 aolserver]$ chown -R service0.service0 service0
     [service0 aolserver]$ ls -al
    @@ -83,8 +83,8 @@
     [root root]#
     su - service0
     cd /var/lib/aolserver
    -tar xzf /tmp/openacs-5.1.0d1.tgz
    -mv openacs-5.1.0d1 service0
    +tar xzf /tmp/openacs-5.1.0d2.tgz
    +mv openacs-5.1.0d2 service0
     chmod -R 755 service0
     chgrp -R service0.service0 service0
     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.1.0d1. + 5.1.0d2.

    • You should see a page from the webserver titled OpenACS Installation: @@ -345,8 +345,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.1.0d1 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 /tmp/openacs-5.1.0d1.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 /tmp/openacs-5.1.0d2.tgz, cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot co acs-core.

    Next Steps