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.28.4.3 -r1.28.4.4 --- openacs-4/packages/acs-core-docs/www/install-steps.html 31 May 2008 20:46:15 -0000 1.28.4.3 +++ openacs-4/packages/acs-core-docs/www/install-steps.html 4 Oct 2008 23:12:41 -0000 1.28.4.4 @@ -1,7 +1,7 @@
The basic steps for installing OpenACS are: -
Install an OS and supporting software (see Install a Unix-like OS or Appendix�A, Install Red Hat 8/9 for more details). See the Table�2.2.
Install a database (see Section�, “Install Oracle 8.1.7” or +
Install an OS and supporting software (see ??? or Appendix�A, Install Red Hat 8/9 for more details). See the Table�2.2.
Install a database (see Section�, “Install Oracle 8.1.7” or Install PostgreSQL).
Install AOLserver (Install AOLserver 4) .
Create a unique database and system user. Install the OpenACS tarball, start and AOLserver instance, and use the OpenACS web pages to complete installation @@ -41,7 +41,7 @@ su - $OPENACS_SERVICE_NAME svc -d /service/$OPENACS_SERVICE_NAME dropdb $OPENACS_SERVICE_NAME -createdb $OPENACS_SERVICE_NAME
Setting a global shell variable for cut and paste.�In order to cut and paste the instructions into your shell, you must set the environment variable $OPENACS_SERVICE_NAME. In order to set it globally so that it works for any new users or special service users you may create, edit the file /etc/profile ( /etc/share/skel/dot.profile for FreeBSD) and add this line:
export OPENACS_SERVICE_NAME=service0
Table�2.1.�Default directories for a standard install