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.6 -r1.13.2.7 --- openacs-4/packages/acs-core-docs/www/individual-programs.html 21 Jan 2004 18:36:16 -0000 1.13.2.6 +++ openacs-4/packages/acs-core-docs/www/individual-programs.html 24 Jan 2004 11:07:45 -0000 1.13.2.7 @@ -1,12 +1,12 @@ -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.0.�The OpenACS tarball comprises the core packages and +

    Table�2.2.�Version Compatibility Matrix

    OpenACS Version3.2.5 4.5 4.6 4.6.14.6.24.6.35.0.0
    AOLserver3YesNo
    3.3+ad13MaybeYes
    3.3oacs1MaybeYes
    3.4.2No
    3.4.2oacs1MaybeYesMaybe
    3.5.5MaybeYesNo
    4.0MaybeYes
    PostgreSQL7.0YesNo
    7.2.xYesNo
    7.3.2 - 7.3.4NoYes
    7.4NoMaybe
    Oracle8.1.6MaybeYes
    8.1.7MaybeYes
    9iNoYes
    • OpenACS 5.0.0.�The OpenACS tarball comprises the core packages and many useful additional packages. This includes a full set of documentation. The tarball works with both PostgreSQL and Oracle.

    • Operating System.�OpenACS is designed for a Unix-like system. It is Index: openacs-4/packages/acs-core-docs/www/install-steps.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-steps.html,v diff -u -r1.6.2.10 -r1.6.2.11 --- openacs-4/packages/acs-core-docs/www/install-steps.html 21 Jan 2004 18:36:16 -0000 1.6.2.10 +++ openacs-4/packages/acs-core-docs/www/install-steps.html 24 Jan 2004 11:07:45 -0000 1.6.2.11 @@ -1,4 +1,4 @@ -Basic Steps

      Basic Steps

      +Basic Steps

      Basic Steps

      The basic steps for getting OpenACS installed are:

      1. Install an OS and supporting software (see Install a Unix-like OS or Appendix�A, Install Red Hat 8/9 for more details).

      2. Install a database (see Install Oracle or Install PostgreSQL).

      3. Install AOLserver (see Install AOLserver 3.3oacs1).

      4. Create a unique database and system user. @@ -16,13 +16,9 @@ requirements:

        • 128MB RAM (much more if you want Oracle)

        • 1GB free space on your hard drive (much more if you want Oracle)

        • A Unix-like operating system with Tcl, tDOM, and a mail transport agent like sendmail or qmail. (see the section called “Prerequisite Software”)

        - All of the software that you will need is free and open-source, + All of the software mentioned is free and open-source, except for Oracle. You can obtain a free copy of Oracle for development purposes. This is described in the Acquire Oracle section. -

        Table�2.1.�Version Compatibility Matrix

        OpenACS Version3.2.5 4.5 4.6 4.6.14.6.24.6.35.0.0
        AOLserver3VerifiedNo
        3.3+ad13UntestedVerified
        3.3oacs1UntestedVerified
        3.4.2No
        3.4.2oacs1UntestedVerifiedUntested
        3.5.5UntestedVerifiedNo
        4.0UntestedVerified
        PostgreSQL7.0VerifiedNo
        7.2.xVerifiedNo
        7.3.2 - 7.3.4NoVerified
        7.4NoUntested
        Oracle8.1.6Verified
        8.1.7Verified
        9iNoUntested

        - At the time of writing AOLserver 4.0 has been tested with OpenACS and works but has not been used in - production. OpenACS 5.0.0 installs successfully on PostgreSQL 7.4 and Oracle 9i but not all packages - outside core have been tested.

      How to use this guide

      • This is text you will see on screen, such as a Button or link in a radio button list or menu.

      • This is text that you will type.

      • This is text from a program or file which you may need to @@ -38,10 +34,10 @@ DROP DATABASE [service0 aolserver]$ createdb service0 CREATE DATABASE -

        su - service0
        +su - service0
         svc -d /service/service0
         dropdb service0
        -createdb service0

      Paths and Users

      Table�2.2.�Default directories for a standard install

      Fully qualified domain name of your serveryourserver.test
      name of administrative access accountremadmin
      OpenACS serviceservice0
      OpenACS service accountservice0
      OpenACS database nameservice0
      Root of OpenACS service file tree (SERVERROOT)/var/lib/aolserver/service0
      Location of source code tarballs for new software/tmp
      The OpenACS tarball contains some files which +createdb service0

      Paths and Users

      Table�2.1.�Default directories for a standard install

      Fully qualified domain name of your serveryourserver.test
      name of administrative access accountremadmin
      OpenACS serviceservice0
      OpenACS service accountservice0
      OpenACS database nameservice0
      Root of OpenACS service file tree (SERVERROOT)/var/lib/aolserver/service0
      Location of source code tarballs for new software/tmp
      The OpenACS tarball contains some files which are useful while setting up other software. Those files are located at:/tmp/openacs-5.0.0/packages/acs-core-docs/www/files
      Database backup directory/var/lib/aolserver/service0/database-backup
      Service config files/var/lib/aolserver/service0/etc
      Service log files/var/lib/aolserver/service0/log
      Compile directory/usr/local/src
      PostgreSQL directory/usr/local/pgsql
      AOLserver directory/usr/local/aolserver

      None of these locations are set in stone - they're simply Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml,v diff -u -r1.17.2.6 -r1.17.2.7 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 18 Dec 2003 10:02:20 -0000 1.17.2.6 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 24 Jan 2004 11:07:45 -0000 1.17.2.7 @@ -72,119 +72,12 @@ linkend="individual-programs"/>) - All of the software that you will need is free and open-source, + All of the software mentioned is free and open-source, except for Oracle. You can obtain a free copy of Oracle for development purposes. This is described in the section. - - Version Compatibility Matrix - - - - - - - - - - - - - OpenACS Version - 3.2.5 - 4.5 - 4.6 - 4.6.1 - 4.6.2 - 4.6.3 - 5.0.0 - - - - - AOLserver - 3 - Verified - No - - - 3.3+ad13 - Untested - Verified - - - 3.3oacs1 - Untested - Verified - - - 3.4.2 - No - - - 3.4.2oacs1 - Untested - Verified - Untested - - - 3.5.5 - Untested - Verified - No - - - 4.0 - Untested - Verified - - - PostgreSQL - 7.0 - Verified - No - - - 7.2.x - Verified - No - - - 7.3.2 - 7.3.4 - No - Verified - - - 7.4 - No - Untested - - - Oracle - 8.1.6 - Verified - - - 8.1.7 - Verified - - - 9i - No - Untested - - - -
      - - - - At the time of writing AOLserver 4.0 has been tested with OpenACS and works but has not been used in - production. OpenACS 5.0.0 installs successfully on PostgreSQL 7.4 and Oracle 9i but not all packages - outside core have been tested. - Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml,v diff -u -r1.10.2.3 -r1.10.2.4 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 29 Nov 2003 15:17:54 -0000 1.10.2.3 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 24 Jan 2004 11:07:45 -0000 1.10.2.4 @@ -18,6 +18,109 @@ a fully effective instance. + + Version Compatibility Matrix + + + + + + + + + + + + + OpenACS Version + 3.2.5 + 4.5 + 4.6 + 4.6.1 + 4.6.2 + 4.6.3 + 5.0.0 + + + + + AOLserver + 3 + Yes + No + + + 3.3+ad13 + Maybe + Yes + + + 3.3oacs1 + Maybe + Yes + + + 3.4.2 + No + + + 3.4.2oacs1 + Maybe + Yes + Maybe + + + 3.5.5 + Maybe + Yes + No + + + 4.0 + Maybe + Yes + + + PostgreSQL + 7.0 + Yes + No + + + 7.2.x + Yes + No + + + 7.3.2 - 7.3.4 + No + Yes + + + 7.4 + No + Maybe + + + Oracle + 8.1.6 + Maybe + Yes + + + 8.1.7 + Maybe + Yes + + + 9i + No + Yes + + + +
      + <ulink url="http://openacs.org/projects/openacs/download/">OpenACS &version;</ulink>