Index: openacs-4/packages/acs-core-docs/www/openacs.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/openacs.adp,v diff -u -N -r1.1.2.16 -r1.1.2.17 --- openacs-4/packages/acs-core-docs/www/openacs.adp 6 Jan 2017 09:18:42 -0000 1.1.2.16 +++ openacs-4/packages/acs-core-docs/www/openacs.adp 2 Jun 2017 11:12:57 -0000 1.1.2.17 @@ -304,7 +304,7 @@ automatically authenticates as the postgres user of the same name, if one exists. We currently use postgres "super-users" for everything, which means that anyone with access to any of the -openacs system accounts on a machine has full access to all +OpenACS system accounts on a machine has full access to all postgresql databases on that machine.

 [root root]# su - postgres
 [postgres pgsql]$ createuser -a -d $OPENACS_SERVICE_NAME
@@ -337,7 +337,7 @@
 automate vacuuming is to edit the cron file for the database user.
 Recommended: VACUUM ANALYZE
 every hour and VACUUM FULL
-ANALYZE every day.

+ANALYZE every day.

 [$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ export EDITOR=emacs;crontab -e
 

Add these lines to the file. The vacuum command cleans up temporary structures within a PostGreSQL database, and can improve @@ -371,7 +371,7 @@ specific port, e.g. port 80. In order for OpenACS to work, you need to configure a virtual server. The Reference Platform uses a configuration file included in the OpenACS tarball, /var/lib/aolserver/$OPENACS_SERVICE_NAME/etc/config.tcl. -Open it in an editor to adjust the parameters.

+Open it in an editor to adjust the parameters.

 [root root]# su - $OPENACS_SERVICE_NAME
 
 [$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ cd /var/lib/aolserver/$OPENACS_SERVICE_NAME/etc
@@ -465,7 +465,7 @@
 (/var/lib/aolserver/$OPENACS_SERVICE_NAME/log/$OPENACS_SERVICE_NAME-error.log)
 to make sure the service is starting without any problems. The most
 common errors here are trying to start a port 80 server while not
-root, failing to connect because of a firewall, and aolserver
+root, failing to connect because of a firewall, and AOLserver
 failing to start due to permissions errors or missing files. If you
 need to make changes, don't forget to kill any running servers
 with killall
@@ -611,8 +611,8 @@
 recovery procedure.

  • Set up the section called “External uptime validation”.

  • -
    ($‌Id: openacs.xml,v 1.31.14.2 2016/07/05 -16:42:42 gustafn Exp $)
    +
    ($‌Id: openacs.xml,v 1.31.14.3 2017/04/22 +17:18:48 gustafn Exp $)