Index: openacs-4/packages/acs-core-docs/www/aolserver.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/aolserver.adp,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/acs-core-docs/www/aolserver.adp 28 Sep 2015 07:54:09 -0000 1.1.2.4 +++ openacs-4/packages/acs-core-docs/www/aolserver.adp 9 Jun 2016 13:03:11 -0000 1.1.2.5 @@ -22,7 +22,7 @@ if not, you should stick to installing from source.

  1. -Unpack the Aolserver tarball. Download the +Unpack the Aolserver tarball. Download the aolserver tarball and unpack it.

     [root root]# cd /usr/local/src
    @@ -48,7 +48,7 @@
     tarball”.

  2. -Compile AOLserver. Compile and install +Compile AOLserver. Compile and install AOLserver. First, prepare the installation directory and the source code. The message about BUILD-MODULES can be ignored.

     root\@yourserver root]# mkdir -p /usr/local/aolserver
    @@ -111,7 +111,7 @@
     build errors.

  3. -Add a database-specific wrapper script. This +Add a database-specific wrapper script. This script sets database environment variables before starting AOLserver; this allows the AOLserver instance can communicate with the database. There is one script each for Oracle and PostgreSQL. @@ -120,28 +120,28 @@

  4. Oracle

     [root aolserver]# cd /usr/local/aolserver/bin
    -[root bin]# cp /var/tmp/openacs-5.7.0/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
    +[root bin]# cp /var/tmp/openacs-5.9.0/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
     [root bin]# chmod 750 nsd-oracle
     [root bin]#
     cd /usr/local/aolserver/bin
    -cp /var/tmp/openacs-5.7.0/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
    +cp /var/tmp/openacs-5.9.0/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
     chmod 750 nsd-oracle
     
  5. PostgreSQL

     [root aolserver]# cd /usr/local/aolserver/bin
    -[root bin]# cp /var/tmp/openacs-5.7.0/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
    +[root bin]# cp /var/tmp/openacs-5.9.0/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
     [root bin]# chmod 755 nsd-postgres
     [root bin]#
     cd /usr/local/aolserver/bin
    -cp /var/tmp/openacs-5.7.0/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
    +cp /var/tmp/openacs-5.9.0/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
     chmod 755 nsd-postgres
     
  • -Install tDOM. Download the tDOM tarball, +Install tDOM. Download the tDOM tarball, unpack it, adjust the configuration file to match our patched distribution of aolserver, and compile it.

     [root root]# cd /usr/local/src
    @@ -206,7 +206,7 @@
     (OPTIONAL)

  • Install nspam (OPTIONAL)

  • -Test AOLserver. In order to test AOLserver, +Test AOLserver. In order to test AOLserver, we'll run it using the sample-config.tcl file provided in the AOLserver distribution, under the nobody user and web group. The sample-config.tcl configuration writes to the default log locations, so we need to @@ -274,7 +274,7 @@ alive section.

  • -Troubleshooting. If you can't view the +Troubleshooting. If you can't view the welcome page, it's likely there's a problem with your server configuration. Start by viewing your AOLserver log, which is in /usr/local/aolserver/log/server.log. You