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.31.2.2 -r1.31.2.3 --- openacs-4/packages/acs-core-docs/www/install-steps.html 12 Dec 2010 00:07:02 -0000 1.31.2.2 +++ openacs-4/packages/acs-core-docs/www/install-steps.html 12 Dec 2010 01:37:24 -0000 1.31.2.3 @@ -5,15 +5,9 @@ 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 -<<<<<<< install-steps.html - (see Install OpenACS 5.6.0).
Specific instructions are available for Mac OS X and - Windows2000 (see Section , “OpenACS Installation Guide for Mac OS X” or - Section , “OpenACS Installation Guide for Windows2000”).
You can try out OpenACS using some binary installers. In -======= (see Install OpenACS 5.6.0).
Specific instructions are available for Mac OS X and Windows2000 (see OpenACS Installation Guide for Mac OS X or OpenACS Installation Guide for Windows2000).
You can try out OpenACS using some binary installers. In ->>>>>>> 1.33 general, they are not yet supported by the community, so they are mostly for evaluation purposes. Installing OpenACS
You can see a list of current installers. @@ -47,18 +41,10 @@ su - $OPENACS_SERVICE_NAME svc -d /service/$OPENACS_SERVICE_NAME dropdb $OPENACS_SERVICE_NAME -<<<<<<< install-steps.html -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
Fully qualified domain name of your server | yourserver.test |
name of administrative access account | remadmin |
OpenACS service | $OPENACS_SERVICE_NAME (set to service0 in default install) |
OpenACS service account | $OPENACS_SERVICE_NAME |
OpenACS database name | $OPENACS_SERVICE_NAME |
Root of OpenACS service file tree (SERVERROOT) | /var/lib/aolserver/$OPENACS_SERVICE_NAME |
Location of source code tarballs for new software | /var/tmp |
The OpenACS tarball contains some files which
-=======
-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 export OPENACS_SERVICE_NAME=service0 Table 2.1. Default directories for a standard install ->>>>>>> 1.33 None of these locations are set in stone - they're simply the values that we've chosen. The values that you'll probably want to change, such as service name, are @@ -107,10 +93,5 @@ If you find errors in this document or if you have ideas about making it better, please post them in our -<<<<<<< install-steps.html - BugTracker. - ($Id$) |