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 -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/acs-core-docs/www/aolserver4.adp 21 Apr 2017 15:07:52 -0000 1.1.2.9 +++ openacs-4/packages/acs-core-docs/www/aolserver4.adp 2 Jun 2017 11:12:57 -0000 1.1.2.10 @@ -17,7 +17,7 @@
  • Check suitability of previously installed -TCL. Start tcl (type tclsh or find it using +TCL. Start Tcl (type tclsh or find it using which tclsh).

     [root root]% info exists tcl_platform(threaded)
     1
    @@ -28,16 +28,16 @@
     info exists tcl_platform(threaded)
     info patchlevel
     
    -

    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 +

    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 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 -/usr/local/lib when you try to find the tcl libraries, however.

    If you have not installed Tcl already, download the latest Tcl +/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 install tcl8.4 tcl8.4-dev and proceed to the @@ -64,7 +64,7 @@

  • Retrieve AOLserver. Download the -aolserver from CVS.

    +AOLserver from CVS.

     [root root]# cd /usr/local/src
     [root src]# mkdir aolserver40r10
     [root src]# cd aolserver40r10
    @@ -81,7 +81,7 @@
     cd /usr/local/src
     mkdir aolserver40r10
     cd aolserver40r10
    -cvs -z3 -d:pserver:anonymous\@cvs.sourceforge.net:/cvsroot/aolserver co -r aolserver_v40_r10 aolserver
    +cvs -z3 -d:pserver:anonymous\@cvs.sourceforge.net:/cvsroot/aolserver co -r aolserver_v40_r10 AOLserver
     cvs -z3 -d:pserver:anonymous\@cvs.sourceforge.net:/cvsroot/aolserver co nscache
     cvs -z3 -d:pserver:anonymous\@cvs.sourceforge.net:/cvsroot/aolserver co nspostgres
     cvs -z3 -d:pserver:anonymous\@cvs.sourceforge.net:/cvsroot/aolserver co nssha1
    @@ -234,8 +234,8 @@
     -b yourip:yourport switch)

  • Test AOLserver.

  • -
    ($‌Id: aolserver4.xml,v 1.31.2.1 2016/06/23 -08:32:46 gustafn Exp $)
    +
    ($‌Id: aolserver4.xml,v 1.31.2.3 2017/04/22 +17:18:48 gustafn Exp $)