Index: openacs-4/packages/acs-core-docs/www/aolserver4.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/aolserver4.adp,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/acs-core-docs/www/aolserver4.adp 9 Jun 2016 13:03:11 -0000 1.1.2.4 +++ openacs-4/packages/acs-core-docs/www/aolserver4.adp 23 Jun 2016 08:32:45 -0000 1.1.2.5 @@ -31,12 +31,12 @@

If the first command returns anything other than 1, then tcl is not threaded. If tcl is threaded and the version is 8.4 or higher, then installing tcl from source is optional.

-Retrieve Tcl 8.4 -(or higher). Download and install Tcl 8.4 from -source

Note for Debian users: you can apt-get install tcl8.4-dev if you +Retrieve +Tcl 8.4 (or higher). Download and install Tcl +8.4 from source

Note for Debian users: you can apt-get install tcl8.4-dev if you have the right version (stable users will need to add tcl8.4 to their sources.list file as described on the Install Postgres -page). You'll have to use /usr/lib/tcl8.4/ instead of +page). You'll have to use /usr/lib/tcl8.4/ instead of /usr/local/lib when you try to find the tcl libraries, however.

If you have not installed Tcl already, download the latest Tcl version from Sourceforge

Debian:apt-get @@ -63,8 +63,8 @@

  • -Retrieve AOLserver. Download the aolserver -from CVS.

    +Retrieve AOLserver. Download the
    +aolserver from CVS.

     [root root]# cd /usr/local/src
     [root src]# mkdir aolserver40r10
     [root src]# cd aolserver40r10
    @@ -93,9 +93,9 @@
     
  • Configure, compile and install -AOLserver. Many people need to run more than one -version of AOLserver in parallel. This section accomodates future -upgrades by installing AOLserver 4 in /usr/local/aolserver40r9.

    +AOLserver. Many people need to run more than
    +one version of AOLserver in parallel. This section accomodates
    +future upgrades by installing AOLserver 4 in /usr/local/aolserver40r9.

     [root aolserver]# cd /usr/local/src/aolserver40r10/aolserver
     [root aolserver]# ./configure --prefix=/usr/local/aolserver40r10 --with-tcl=/usr/local/lib/
     [root aolserver]# make installcd /usr/local/src/aolserver40r10/aolserver
    @@ -191,15 +191,15 @@
     
     
  • -Add a database-specific wrapper script. This -script sets database environment variables before starting -AOLserver; this allows the AOLserver instance to communicate with -the database. There is one script for Oracle and one for -PostgreSQL. They do not conflict. If you plan to use both -databases, install both. Note that this section requires you to -have OpenACS files available, which you can get through CVS, +Add a database-specific wrapper +script. This script sets database environment +variables before starting AOLserver; this allows the AOLserver +instance to communicate with the database. There is one script for +Oracle and one for PostgreSQL. They do not conflict. If you plan to +use both databases, install both. Note that this section requires +you to have OpenACS files available, which you can get through CVS, through a tarball, or by other means. You can come back to this -section after you acquire the OpenACS code, but don't forget to +section after you acquire the OpenACS code, but don't forget to come back. (Note to maintainers: this should be moved to the next page and integrated into the text there)

    • @@ -226,15 +226,16 @@

    You may need to edit these scripts if you are not using /usr/local/aolserver as the directory of Aolserver4.

  • -Change startup script (optional). If you want -to run AOLserver on a port below 1024 (normally, for a webserver -you will use 80), you will have to change the /var/lib/aolserver/service0/etc/daemontools/run +Change startup script +(optional). If you want to run AOLserver on a +port below 1024 (normally, for a webserver you will use 80), you +will have to change the /var/lib/aolserver/service0/etc/daemontools/run script according to the documentation found there (namely: Add the -b yourip:yourport switch)

  • Test AOLserver.

  • -
    ($‌Id: aolserver4.xml,v 1.31 2014/10/27 16:39:31 -victorg Exp $)
    +
    ($‌Id: aolserver4.html,v 1.27.2.10 2016/06/21 +07:44:35 gustafn Exp $)