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.13.2.1 -r1.13.2.2 --- openacs-4/packages/acs-core-docs/www/individual-programs.html 21 Nov 2003 11:14:07 -0000 1.13.2.1 +++ openacs-4/packages/acs-core-docs/www/individual-programs.html 8 Dec 2003 15:41:17 -0000 1.13.2.2 @@ -1,14 +1,14 @@ -Prerequisite Software

Prerequisite Software

by Joel Aufrecht

+Prerequisite Software

Prerequisite Software

by Joel Aufrecht

OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff.

OpenACS requires, at a minimum, an operating system, database, and webserver. Many additional programs, such as a Mail Transport Agent and source control system, are also needed for a fully effective instance. -

  • OpenACS 5.0.0b2.�The OpenACS tarball comprises the core packages and +

  • tDOM, REQUIRED.�OpenACS 5.0.0b4 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.) tDOM is available from http://www.tdom.org).

  • tclwebtest, OPTIONAL.�tclwebtest 0.3 is a tool for testing web interfaces @@ -49,7 +49,7 @@ running Apache with mod_nsd - see this post.

    • AOLserver 3.3oacs1, REQUIRED.�Mat Kovach's source distribution of AOLserver, including all of the patches listed below.

      Mat Kovach is graciously maintaining an AOLserver distribution that - includes all the patches and modules needed to run OpenACS 5.0.0b2. These + includes all the patches and modules needed to run OpenACS 5.0.0b4. These instructions will describe how to install using his source distribution. He also has binaries for SuSE 7.3 and OpenBSD 2.8 (and perhaps more to come), currently located at uptime.openacs.org. @@ -85,20 +85,20 @@ page)

    • 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 full-text-search to PostGreSQL and includes a + this if you want to use LDAP authentication in OpenACS.

    • OpenFTS 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.

    • Analog 5.32, OPTIONAL.�This program examines web server request logs, looks up DNS values, and produces a report. You need this if you want to see how much traffic your site is getting.

  • Database.�The data on your site (for example, user names and passwords, calender entries, and notes) is stored in the database. OpenACS seperates the database with an abstraction layer, which means that several different databases all function - identically. Currently OpenACS supports PostGreSQL 7.2 and + identically. Currently OpenACS supports PostgreSQL 7.2 and Oracle 8.1.7. While you can run the core OpenACS on any supported database, not all contributed packages support all - databases.

  • Process Controller.�This is software that initiates other software, and restarts that software if it fails. On Linux, we recommend using Daemontools to control AOLserver and qmail.

    • Daemontools 0.76, OPTIONAL.�You need this if you want AOLserver and qmail to run "supervised," meaning that they are monitored and