Index: openacs-4/packages/acs-core-docs/www/xml/index.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/index.xml,v diff -u -r1.18 -r1.19 --- openacs-4/packages/acs-core-docs/www/xml/index.xml 28 Oct 2003 22:18:48 -0000 1.18 +++ openacs-4/packages/acs-core-docs/www/xml/index.xml 31 Oct 2003 10:36:43 -0000 1.19 @@ -101,6 +101,13 @@ Administrator's Guide + + Installation Overview + + + by Vinod Kurup + + Overview Section Missing @@ -112,8 +119,7 @@ Section Missing - - + Complete Installation @@ -269,13 +275,13 @@ Section missing + CVS Section missing 'Releasing OpenACS' missing - Index: openacs-4/packages/acs-core-docs/www/xml/releasing-openacs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/releasing-openacs.xml,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/xml/releasing-openacs.xml 28 Oct 2003 22:07:40 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/xml/releasing-openacs.xml 31 Oct 2003 10:36:43 -0000 1.3 @@ -15,27 +15,27 @@ previously set up. It could be overridden via foobar@openacs.org. cd /tmp -cvs -d :ext:@openacs.org:/cvsroot checkout openacs-4 +cvs -d :pserver:anonymous@openacs.org:/cvsroot checkout openacs-4 Repeat with the dotlrn cvs tree. cd /tmp mkdir dotlrn-packages cd dotlrn-packages -cvs -d :ext:@dotlrn@openacs.org:/dotlrn-cvsroot checkout dotlrn-all +cvs -d :pserver:anonymous@dotlrn@openacs.org:/dotlrn-cvsroot checkout dotlrn-all Tag the tree. cd /tmp/openacs-4 -cvs tag openacs-5-0-0a1 +cvs tag openacs-5-0-0a1 Tag dotLRN. Since the dotLRN packages aren't all in one module, we iterate through all of the modules. Log in first (cvs login) so that you don't have to log in for each module. cd /tmp/dotlrn-package -cvs tag dotlrn-2-0-0a1 +for dir in $(ls); do cd $dir; cvs tag dotlrn-2-0-0a3; cd ..; done @@ -52,15 +52,15 @@ mkdir /tmp/tarball cd /tmp/tarball -cvs export -r openacs-5-0-0a1 -d openacs acs-core +cvs -d :pserver:anonymous@openacs.org:/cvsroot export -r openacs-5-0-0a1 -d openacs acs-core Generate the tarball cd /tmp/tarball rm -rf /tmp/tarball/openacs/CVS -tar cz -f openacs-5.0.0a1.tar.gz openacs +tar cz -f openacs-5.0.0a1.tar.gz openacs @@ -72,25 +72,30 @@ - Go to a new working space and export the tagged files. + Go to a new working space and export the tagged + files. (was getting errors here trying to use -d, so + gave up and just moved things from openacs-4 to + openacs at the end) mkdir /tmp/dotlrn-tarball cd /tmp/dotlrn-tarball -cvs export -d :pserver:anonymous@openacs.org:/cvsroot \ - -r openacs-5-0-0a1 -d openacs acs-core -cd packages -cvs export -d :pserver:anonymous@openacs.org:/cvsroot \ - -r openacs-5-0-0a1 -d openacs dotlrn-prereq -cvs export -d :pserver:anonymous@dotlrn.openacs.org:/dotlrn-cvsroot \ - -r dotlrn-2.0.0a1 dotlrn-core +cvs -d :pserver:anonymous@openacs.org:/cvsroot export \ + -r openacs-5-0-0a1 acs-core +cd /tmp/dotlrn-tarball/openacs-4/packages +cvs -d :pserver:anonymous@openacs.org:/cvsroot export \ + -r openacs-5-0-0a1 dotlrn-prereq +cvs -d :pserver:anonymous@dotlrn.openacs.org:/dotlrn-cvsroot export \ + -r dotlrn-2-0-0a1 dotlrn-core +cd /tmp/dotlrn-tarball +mv openacs-4 openacs Copy the dotlrn install.xml file, which controls which packages are installed on setup, to the root location: -cp /tmp/dotlrn-tarball/openacs/packages/dotlrn/install.xml /tmp/dotlrn-tarball/openacs +cp /tmp/dotlrn-tarball/openacs-4/packages/dotlrn/install.xml /tmp/dotlrn-tarball/openacs @@ -100,7 +105,7 @@ cd /tmp/tarball rm -rf /tmp/tarball/openacs-4/CVS -tar cz -f dotlrn-2.0.0a1.tar.gz openacs +tar cz -f dotlrn-2.0.0a1.tar.gz openacs 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 -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/cvs.xml 20 Aug 2003 16:20:18 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/cvs.xml 31 Oct 2003 10:36:43 -0000 1.4 @@ -87,5 +87,6 @@ + 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.12 -r1.13 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 28 Oct 2003 22:07:41 -0000 1.12 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 31 Oct 2003 10:36:43 -0000 1.13 @@ -4,13 +4,7 @@ %myvars; ]> - - Installation Overview - - by Vinod Kurup - - Basic Steps @@ -388,7 +382,9 @@ + ($Id: overview.xml,v 1.12 2003/10/28 + 22:07:41 joela Exp $) - ($Id$) - + + Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 29 Oct 2003 09:01:09 -0000 1.8 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 31 Oct 2003 10:36:43 -0000 1.9 @@ -4,10 +4,10 @@ %myvars; ]> - - Prerequisite Software - + + Prerequisite Software + by Joel Aufrecht @@ -17,8 +17,7 @@ Transport Agent and source control system, are also needed for a fully effective instance. - - Individual Programs + <ulink url="http://openacs.org/projects/openacs/download/">OpenACS &version;</ulink> @@ -401,9 +400,10 @@ + ($Id: software.xml,v 1.8 2003/10/29 + 09:01:09 joela Exp $) - ($Id$) + - \ No newline at end of file