Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 28 Jun 2003 05:07:07 -0000 1.9 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 20 Aug 2003 16:20:18 -0000 1.10 @@ -1,3 +1,9 @@ + + +%myvars; +]> Install OpenACS &version; @@ -357,11 +363,11 @@ Create a database with the same name as our service name, service0. [root@yourserver root]# su - service0 -[service0@yourserver service0]$ createdb service0 +[service0@yourserver service0]$ createdb -E UNICODE service0 CREATE DATABASE [service0@yourserver service0]$ su - service0 -createdb service0 +createdb -E UNICODE service0 Automate daily database Vacuuming. This is a process which cleans out discarded data from the database. A quick way to automate vacuuming is to edit the cron file for the database user. @@ -654,8 +660,3 @@ ($Id$) -