Index: openacs-4/packages/acs-core-docs/www/individual-programs.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/individual-programs.html,v diff -u -r1.33.2.13 -r1.33.2.14 --- openacs-4/packages/acs-core-docs/www/individual-programs.html 19 Nov 2016 09:21:53 -0000 1.33.2.13 +++ openacs-4/packages/acs-core-docs/www/individual-programs.html 6 Jan 2017 09:18:41 -0000 1.33.2.14 @@ -17,7 +17,7 @@ developed primarily in Linux. It can be run on Mac OS X, and in Windows within VMWare.
GNU/Linux. The installation assumes a linux kernel of 2.2.22 or newer, or 2.4.14 or newer.
FreeBSD. FreeBSD guide. The OpenACS Reference Platform uses shell scripts written for bash, which is the
standard Linux shell. If you are using a different
- shell, you will need to substitute your shell's
+ shell, you will need to substitute your shell's
conventions for setting environment variables when
appropriate, and install bash to work with the scripts. Substitute fetch
when the instructions suggest you use
wget
to download software.
Mac OS X. the section called “OpenACS Installation Guide for Mac OS X”
Windows/VMWare. the section called “OpenACS Installation Guide for Windows” The only @@ -48,7 +48,7 @@ queries in XML files, so we use an AOLserver module called tDOM to parse these files. (This replaces libxml2, which was used prior to 4.6.4.)
tclwebtest, OPTIONAL. tclwebtest is a tool for testing web interfaces via Tcl scripts.
Web Server. The web server handles incoming HTTP requests, provides - a runtime environment for OpenACS's Tcl code, connects to the + a runtime environment for OpenACS's Tcl code, connects to the database, sends out HTTP responses, and logs requests and errors. OpenACS uses AOLserver; some people have had success running Apache with mod_nsd.
AOLserver 4.x, REQUIRED. Provides the base HTTP server
@@ -58,15 +58,15 @@ distribution. He also has binaries for SuSE 7.3 and OpenBSD 2.8 (and perhaps more to come), currently located at uptime.openacs.org.
- It's also possible to download all the pieces and patches yourself: + It's also possible to download all the pieces and patches yourself:
AOLserver is available at aolserver.com
The OpenACS PostgreSQL driver (nspostgres.so) is available from SourceForge. If you do decide to use nspostgres.so, you have to remember to change the AOLserver config file to point to nspostgres.so - instead of postgres.so. This guide uses Mat Kovach's distro + instead of postgres.so. This guide uses Mat Kovach's distro (i.e. postgres.so)