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 -r1.4.2.7 -r1.4.2.8
--- openacs-4/packages/acs-core-docs/www/openacs.adp 7 Sep 2021 09:39:31 -0000 1.4.2.7
+++ openacs-4/packages/acs-core-docs/www/openacs.adp 15 Sep 2021 16:11:33 -0000 1.4.2.8
@@ -314,7 +314,7 @@
automate vacuuming is to edit the cron file for the database user.
Recommended: VACUUM ANALYZE
every hour and VACUUM FULL
-ANALYZE
every day.
[$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$export EDITOR=emacs;crontab -e
+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 performance. We vacuum gently every hour and completely every day. @@ -346,7 +346,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.[root root]#su - $OPENACS_SERVICE_NAME +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
[$OPENACS_SERVICE_NAME etc]$emacs config.tcl