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 -N -r1.18 -r1.19 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 11 Dec 2003 21:39:49 -0000 1.18 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 26 Jan 2004 15:39:44 -0000 1.19 @@ -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. + 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@localhost root]# su - nsadmin -[nsadmin@localhost aolserver]$ svc -d /service/server1 -[nsadmin@localhost aolserver]$ dropdb server1 +[root root]# su - service0 +[service0 aolserver]$ svc -d /service/service0 +[service0 aolserver]$ dropdb service0 DROP DATABASE -[nsadmin@localhost 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