Index: openacs-4/packages/acs-core-docs/www/install-overview.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-overview.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-core-docs/www/install-overview.html 2 Feb 2002 03:53:31 -0000 1.1 +++ openacs-4/packages/acs-core-docs/www/install-overview.html 8 Feb 2002 03:58:02 -0000 1.2 @@ -8,7 +8,6 @@ - -

($Id$)

+

($Id$)

Index: openacs-4/packages/acs-core-docs/www/operating-system.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/Attic/operating-system.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-core-docs/www/operating-system.html 2 Feb 2002 03:53:31 -0000 1.1 +++ openacs-4/packages/acs-core-docs/www/operating-system.html 8 Feb 2002 03:58:02 -0000 1.2 @@ -8,7 +8,6 @@ - @@ -164,9 +167,10 @@

- Historically, OpenACS documentation has described using - /home/nsadmin as the home for - aolserver. Either location is fine as long as you are consistent. + None of these locations are set in stone - they're simply the values + that we've chosen. You are free to install your software in other + locations, but you'll need to adjust the instructions in this + document to point to those locations.

@@ -212,7 +216,7 @@

-

($Id$)

+

($Id$)

Index: openacs-4/packages/acs-core-docs/www/files/openacs4.tcl.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/openacs4.tcl.txt,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-core-docs/www/files/openacs4.tcl.txt 1 Feb 2002 17:12:18 -0000 1.1 +++ openacs-4/packages/acs-core-docs/www/files/openacs4.tcl.txt 8 Feb 2002 03:58:02 -0000 1.2 @@ -174,11 +174,11 @@ # and even different different database servers. # ns_section ns/db/pools -ns_param main "Main Pool" -ns_param log "Log Pool" -ns_param subquery "Subquery Pool" +ns_param pool1 "Pool 1" +ns_param pool2 "Pool 2" +ns_param pool3 "Pool 3" -ns_section ns/db/pool/main +ns_section ns/db/pool/pool1 ns_param maxidle 1000000000 ns_param maxopen 1000000000 ns_param connections 5 @@ -197,7 +197,7 @@ ns_param password "" } -ns_section ns/db/pool/log +ns_section ns/db/pool/pool2 ns_param maxidle 1000000000 ns_param maxopen 1000000000 ns_param connections 5 @@ -216,7 +216,7 @@ ns_param password "" } -ns_section ns/db/pool/subquery +ns_section ns/db/pool/pool3 ns_param maxidle 1000000000 ns_param maxopen 1000000000 ns_param connections 5 @@ -237,7 +237,7 @@ ns_section ns/server/${server}/db ns_param pools "*" -ns_param defaultpool main +ns_param defaultpool pool1 ns_section ns/server/${server}/redirects ns_param 404 "global/file-not-found.html" Index: openacs-4/packages/acs-core-docs/www/xml/openacs.xsl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/openacs.xsl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-core-docs/www/xml/openacs.xsl 8 Feb 2002 03:58:02 -0000 1.1 @@ -0,0 +1,260 @@ + + + + + + + + 1 + 1 + 1 + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ +
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/os.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/os.xml,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/os.xml 2 Feb 2002 03:47:32 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/os.xml 8 Feb 2002 03:58:02 -0000 1.3 @@ -39,7 +39,11 @@ This was written for ACS and has not yet been updated for - OpenACS. + OpenACS. (Note: AOLServer is no longer supporting Windows + - it may be possible to run AOLServer under + Cygwin, but I + haven't seen any success reports yet). + @@ -162,9 +166,10 @@ - Historically, OpenACS documentation has described using - /home/nsadmin as the home for - aolserver. Either location is fine as long as you are consistent. + None of these locations are set in stone - they're simply the values + that we've chosen. You are free to install your software in other + locations, but you'll need to adjust the instructions in this + document to point to those locations. 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.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 2 Feb 2002 03:47:32 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 8 Feb 2002 03:58:02 -0000 1.3 @@ -155,7 +155,9 @@ Make sure that you keep track of what commands you are running and their output. I like to do my installations in a shell inside - of emacs (M-x shell) so that I can save the output if needed. + of emacs (M-x shell) so that I can save the output if needed. An + alternative would be to use the + script command. Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/files/openacs4.tcl.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/files/Attic/openacs4.tcl.txt,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/files/openacs4.tcl.txt 1 Feb 2002 17:12:18 -0000 1.1 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/files/openacs4.tcl.txt 8 Feb 2002 03:58:02 -0000 1.2 @@ -174,11 +174,11 @@ # and even different different database servers. # ns_section ns/db/pools -ns_param main "Main Pool" -ns_param log "Log Pool" -ns_param subquery "Subquery Pool" +ns_param pool1 "Pool 1" +ns_param pool2 "Pool 2" +ns_param pool3 "Pool 3" -ns_section ns/db/pool/main +ns_section ns/db/pool/pool1 ns_param maxidle 1000000000 ns_param maxopen 1000000000 ns_param connections 5 @@ -197,7 +197,7 @@ ns_param password "" } -ns_section ns/db/pool/log +ns_section ns/db/pool/pool2 ns_param maxidle 1000000000 ns_param maxopen 1000000000 ns_param connections 5 @@ -216,7 +216,7 @@ ns_param password "" } -ns_section ns/db/pool/subquery +ns_section ns/db/pool/pool3 ns_param maxidle 1000000000 ns_param maxopen 1000000000 ns_param connections 5 @@ -237,7 +237,7 @@ ns_section ns/server/${server}/db ns_param pools "*" -ns_param defaultpool main +ns_param defaultpool pool1 ns_section ns/server/${server}/redirects ns_param 404 "global/file-not-found.html"