Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/cvs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/cvs.xml,v diff -u -N -r1.4.2.4 -r1.4.2.5 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/cvs.xml 16 Dec 2003 11:15:53 -0000 1.4.2.4 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/cvs.xml 20 Feb 2004 22:06:11 -0000 1.4.2.5 @@ -54,7 +54,7 @@ release tag. These tags will be useful in upgrading and branching. -m sets the version comment. [root root]# su - service0 -[service0 service0]$ cd /web/service0 +[service0 service0]$ cd /var/lib/aolserver/service0 [service0 service0]$ cvs import -m "initial install" service0 OpenACS &cvsversiontag; N service0/license.txt N service0/readme.txt @@ -65,7 +65,7 @@ [service0 service0]$ su - service0 -cd /web/service0 +cd /var/lib/aolserver/service0 cvs import -m "initial install" service0 OpenACS &cvsversiontag; Move the original directory to a temporary location, and check out the cvs repository in its place. If the service starts correctly, come back and remove the temporary copy of the uploaded files. [service0 service0]$ cd .. Index: openacs-4/packages/acs-core-docs/www/xml/kernel/bootstrap-acs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/bootstrap-acs.xml,v diff -u -N -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/acs-core-docs/www/xml/kernel/bootstrap-acs.xml 19 Nov 2003 14:35:16 -0000 1.4.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/bootstrap-acs.xml 20 Feb 2004 22:06:12 -0000 1.4.2.2 @@ -27,7 +27,7 @@ Before OpenACS 3.3, the OpenACS startup process was extremely simple: after AOLserver performed its internal initialization (reading the configuration file, loading shared libraries and module code, etc.) it scanned through the Tcl -library directory (generally /web/yourservername/tcl), +library directory (generally /var/lib/aolserver/yourservername/tcl), sourcing each file in sequence. @@ -69,9 +69,9 @@ Next AOLserver sources, in lexicographical order, each file in the /tcl directory. The first such file is 0-acs-init.tcl, which doesn't do much directly except to -determine the OpenACS path root (e.g., /web/yourservername) +determine the OpenACS path root (e.g., /var/lib/aolserver/yourservername) by trimming the final component from the path to the Tcl library directory -(/web/yourservername/tcl). But +(/var/lib/aolserver/yourservername/tcl). But 0-acs-init.tcl's has an important function, namely sourcing /packages/acs-core/bootstrap.tcl, which does the following: Index: openacs-4/packages/acs-core-docs/www/xml/kernel/rp-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/rp-design.xml,v diff -u -N -r1.5.2.3 -r1.5.2.4 --- openacs-4/packages/acs-core-docs/www/xml/kernel/rp-design.xml 15 Dec 2003 22:04:07 -0000 1.5.2.3 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/rp-design.xml 20 Feb 2004 22:06:12 -0000 1.5.2.4 @@ -76,21 +76,21 @@ global pageroot -(/web/servicename/www) -- Files appearing under +(/var/lib/aolserver/servicename/www) -- Files appearing under this pageroot will be served directly off the base url http://www.servicename.com/ package root -(/web/servicename/packages) -- Each subdirectory of +(/var/lib/aolserver/servicename/packages) -- Each subdirectory of the package root is a package. A typical OpenACS installation will have several packages. package pageroot -(/web/servicename/packages/package_key/www) +(/var/lib/aolserver/servicename/packages/package_key/www) -- This is the pageroot for the package_key package.