Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml,v diff -u -r1.17.2.5 -r1.17.2.6 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 15 Dec 2003 13:17:07 -0000 1.17.2.5 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 18 Dec 2003 10:02:20 -0000 1.17.2.6 @@ -208,18 +208,18 @@ This is text that you will see and type in a command shell, including text you may have to change. It is followed by a list of just the commands, - which you can copy and paste. The command prompt varies by system; in the examples we use the form[nsadmin aolserver]$, where nsadmin is the current user and aolserver is the current directory. The root prompt is shown ending in # and all other prompts in $. + which you can copy and paste. The command prompt varies by system; in the examples we use the form[service0 aolserver]$, where service0 is the current user and aolserver is the current directory. The root prompt is shown ending in # and all other prompts in $. -[root root]# su - nsadmin -[nsadmin aolserver]$ svc -d /service/server1 -[nsadmin aolserver]$ dropdb server1 +[root root]# su - service0 +[service0 aolserver]$ svc -d /service/service0 +[service0 aolserver]$ dropdb service0 DROP DATABASE -[nsadmin aolserver]$ createdb server1 +[service0 aolserver]$ createdb service0 CREATE DATABASE -su - nsadmin -svc -d /service/server1 -dropdb server1 -createdb server1 +su - service0 +svc -d /service/service0 +dropdb service0 +createdb service0