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.12 -r1.13 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 5 Nov 2003 11:48:12 -0000 1.12 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 5 Nov 2003 14:46:52 -0000 1.13 @@ -65,9 +65,12 @@ Starting with OpenACS 5.0, an experimental script is available to automate all of the steps for the rest of this section. Requires tclwebtest. If you are not feeling lucky, skip to . - - - Get the install script from CVS: + Get the install script from CVS. It is located within + the main cvs tree, at /etc/install. Use anonymous CVS + checkout to get that directory in the home directory of the + service's dedicated user. We put it there so that it is not + overwritten when we do the main CVS checkout to the target + location. [root@yourserver root]# su - service0 [service0@yourserver service0]$ cvs -d :pserver:anonymous@openacs.org:/cvsroot co -d install openacs-4/etc/install cvs server: Updating install @@ -77,13 +80,15 @@ U install/tcl/twt-procs.tcl U install/tcl/user-procs.tcl [service0@yourserver service0]$ cd install +[service0@yourserver install]$ Edit - /home/service0/install/install.tclinstall.tcl - file and change the values as documented in the file. + /home/service0/install/install.tcl + and change the values as documented in the file. It will work + unchanged at 127.0.0.1:8000. Run the file as root. [service0@yourserver service0]$ exit -[root@yourserver root]# ./home/service0/install/install.sh +[root@yourserver root]# ./home/service0/install/install.sh /home/service0/install/install.sh: Starting installation with config_file /home/service0/install/install.tcl. Using serverroot=/var/lib/aolserver/ service0, server_url=http://0.0.0.0:8000, do_checkout=yes, do_install=yes, @@ -92,11 +97,7 @@ ./install.sh: Finished (re)installing /var/lib/aolserver/service0 at Wed Nov 5 13:27:17 CET 2003. Access the new site at http://127.0.0.1:8000 with admin username admin@yourserver.test and password 1 -[root@yourserver root]# -exit -./home/service0/install/install.sh - - +[root@yourserver root]# You can proceed to .