Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml,v diff -u -N -r1.15.2.2 -r1.15.2.3 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 29 Nov 2003 15:17:54 -0000 1.15.2.2 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 9 Dec 2003 09:54:04 -0000 1.15.2.3 @@ -4,7 +4,7 @@ %myvars; ]> - + Install AOLserver 3.3oacs1 Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/macinstall.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/macinstall.xml,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/macinstall.xml 20 Aug 2003 16:20:18 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/macinstall.xml 9 Dec 2003 09:54:05 -0000 1.3.2.1 @@ -4,6 +4,7 @@ %myvars; ]> + OpenACS Installation Guide for Mac OS X There are several resources for installing on OS X. Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/os.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/os.xml,v diff -u -N -r1.10.2.2 -r1.10.2.3 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/os.xml 19 Nov 2003 14:35:16 -0000 1.10.2.2 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/os.xml 9 Dec 2003 09:54:05 -0000 1.10.2.3 @@ -4,8 +4,8 @@ %myvars; ]> - - Install Unix-like system and supporting software + + Install a Unix-like system and supporting software by Joel Aufrecht 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 -N -r1.17.2.3 -r1.17.2.4 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 6 Dec 2003 21:22:58 -0000 1.17.2.3 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 9 Dec 2003 09:54:05 -0000 1.17.2.4 @@ -9,31 +9,31 @@ Basic Steps - The basic steps to getting OpenACS up and running are: + The basic steps for getting OpenACS installed are: - Install an OS (Linux, FreeBSD, OpenBSD, , , ). + Install an OS and supporting software (see or for more details). - Install a database (Oracle or - PostgreSQL). + Install a database (see or + ). - Install the AOLserver webserver. + Install AOLserver (see ). Create a unique database and system user. Install the OpenACS tarball, start and AOLserver instance, and use the OpenACS web pages to complete installation - (). + (see ). + There are specific instructions available for Mac OS X and + Windows2000 available (see or + for those). Binaries and other shortcuts @@ -49,40 +49,26 @@ PostgreSQL in Debian and Red Hat and FreeBSD ports works fine. - Jonathan Marsden has created RPMs (at - http://www.xc.org) - for OpenACS 4.5 but there are not yet any for version - &version;. - - An experimental script automates OpenACS checkout and + linkend="install-with-script">automates the OpenACS checkout and installation. - - Requirements + System Requirements You will need a PC (or equivalent) with at least these minimum requirements: - Pentium processor - 128 MB RAM - (much more if you want Oracle) - 4 GB hard drive - A Unix-like operating system with tcl, tdom, and - a mail transport agent. (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 ) @@ -216,23 +202,24 @@ examine or edit: if {$database == "oracle"} { set db_password "mysitepassword" - } +} This is text that you will see and type in a command shell, including text you may have to change. It is followed by a list of just the commands, which you can copy and paste. - [root@localhost root]# su - nsadmin - [nsadmin@localhost aolserver]$ svc -d /service/server1 - [nsadmin@localhost aolserver]$ dropdb server1 - DROP DATABASE - [nsadmin@localhost aolserver]$ createdb server1 - CREATE DATABASE - su - nsadmin - svc -d /service/server1 - dropdb server1 - createdb server1 + +[root@localhost root]# su - nsadmin +[nsadmin@localhost aolserver]$ svc -d /service/server1 +[nsadmin@localhost aolserver]$ dropdb server1 +DROP DATABASE +[nsadmin@localhost aolserver]$ createdb server1 +CREATE DATABASE +su - nsadmin +svc -d /service/server1 +dropdb server1 +createdb server1 @@ -241,9 +228,8 @@ Paths and Users -
- Assumptions in this Chapter - + + Default directories for a standard install @@ -270,7 +256,7 @@ service0 - Root of OpenACS service file tree + Root of OpenACS service file tree (SERVERROOT) /var/lib/aolserver/service0 @@ -309,8 +295,7 @@ - - +
None of these locations are set in stone - they're simply Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml,v diff -u -N -r1.15.2.3 -r1.15.2.4 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 29 Nov 2003 15:17:54 -0000 1.15.2.3 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 9 Dec 2003 09:54:05 -0000 1.15.2.4 @@ -5,7 +5,7 @@ %myvars; ]> - + Install PostgreSQL