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.32.2.1 -r1.32.2.2 --- openacs-4/packages/acs-core-docs/www/individual-programs.html 21 Aug 2013 10:19:23 -0000 1.32.2.1 +++ openacs-4/packages/acs-core-docs/www/individual-programs.html 9 Sep 2014 08:31:55 -0000 1.32.2.2 @@ -8,7 +8,7 @@ Transport Agent, and source control system, are also needed for a fully effective installation.
Table 2.2. Version Compatibility Matrix
OpenACS Version | 3.2.5 | 4.5 | 4.6 | 4.6.1 | 4.6.2 | 4.6.3 | 5.0 | 5.1 | 5.2 | 5.3 | 5.4 | 5.5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AOLserver | 3 | Yes | No | ||||||||||
3.3+ad13 | Maybe | Yes | No | ||||||||||
3.3oacs1 | Maybe | Yes | No | ||||||||||
3.4.4 | No | ||||||||||||
3.4.4oacs1 | Maybe | Yes | No | ||||||||||
3.5.5 | Maybe | Yes | No | ||||||||||
4.0 | Maybe | Yes | |||||||||||
4.5 | No | Yes | |||||||||||
Tcl | 8.4 | Yes | |||||||||||
8.5.4 - | Maybe | ||||||||||||
PostgreSQL | 7.0 | Yes | No | ||||||||||
7.2 | Maybe | Yes | No | ||||||||||
7.3.2 - 7.3.x | No | Yes | No | ||||||||||
7.4 | No | Yes | No | ||||||||||
8.0 | No | Maybe | Yes | ||||||||||
8.1 | No | Yes | |||||||||||
8.2 | No | CVS version only | Yes | ||||||||||
8.3 | No | Yes | |||||||||||
Oracle | 8.1.6 | Maybe | Yes | Maybe | |||||||||
8.1.7 | Maybe | Yes | Maybe | ||||||||||
9i | No | Yes | |||||||||||
10g | No | Yes | |||||||||||
11g | No | Maybe |
The OpenACS installation instructions assume the operating system and build environment are installed. - The instructions explain installation of TCL, Tcllib, tDOM, tclwebtest, a Web Server, a Database, a Process Controller, and + The instructions explain installation of Tcl, Tcllib, tDOM, tclwebtest, a Web Server, a Database, a Process Controller, and Source Control software. The following external links are for reference only.
OpenACS 5.7.0. The OpenACS tarball comprises the core packages and
many useful additional packages. This includes a full set
@@ -36,19 +36,19 @@
whereas on BSD distributions,
make
and
gmake
are
- different --use gmake.
TCL 8.4.x.
TCL 8.4.x, REQUIRED. OpenACS is written in TCL, an interpreted - language. A threaded version of the TCL interpreter must be installed for - OpenACS to work. The TCL interpreter that is included in most standard - distributions may not be thread safe.
TCL 8.4.x development headers and libraries, OPTIONAL. The site-wide-search service, OpenFTS, requires these to + different --use gmake.
Tcl 8.4.x.
Tcl 8.5.x, REQUIRED. OpenACS is written in Tcl, an interpreted + language. A threaded version of the Tcl interpreter must be installed for + OpenACS to work. The Tcl interpreter that is included in most standard + distributions may not be thread safe.
TCL 8.5.x development headers and libraries, OPTIONAL. The site-wide-search service, OpenFTS, requires these to
compile. (Debian users: apt-get install
- tcl8.4-dev
). You need this
+ tcl8.5-dev). You need this
to install OpenFTS.
Tcllib, REQUIRED. OpenACS 5.7.0 uses those Tcl extensions to send e-mail out, among others.
tDOM, REQUIRED. OpenACS 5.7.0 stores 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 + 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 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
@@ -89,7 +89,7 @@ through a PAM module (such as RADIUS).
pam_radius 1.3.16, OPTIONAL. Provides RADIUS capabilities for PAM. You need this if you want to use RADIUS authentication via PAM in OpenACS.
ns_ldap 0.r8, OPTIONAL. Provides LDAP capabilities for AOLserver. You need this if you want to use LDAP authentication in OpenACS.
OpenFTS - TCL 0.3.2, OPTIONAL. Adds + Tcl 0.3.2, OPTIONAL. Adds full-text-search to PostgreSQL and includes a driver for AOLserver. You need this if you want users to be able to search for any text on your site. For postgres 7.4.x and