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.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/xml/releasing-openacs.xml 11 Dec 2003 21:39:48 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/xml/releasing-openacs.xml 22 Jan 2004 13:48:45 -0000 1.7 @@ -123,4 +123,48 @@ Update on the site + + + + Setup a local OpenACS server. + + + + + Edit the file packages/acs-admin/www/build-repository.tcl; + Change the line with 'set head_channel' to '5-1' if the version on HEAD in the openacs.org cvs repository is 5.1. Etcetera. + You may also want to change the line setting the variable 'repository_dir'. + + + + + Request /acs-admin/apm/build-repository on your new server. + + + + + The page will find all branches in the cvs repository + labeled oacs-x-y, and build a repository channel for each of + those branches where x>=5 (so not for 4.6 and + earlier). Finally, it'll build another channel for HEAD, + which will be named after what you set in 'head_channel' + above. + + + + + For each channel, it'll do an anonymous checkout of packges and contrib/packages, then build .apm files for each package in the checkout. + + + + + The files will be stored on the server's hard drive in the directory specified by the 'repository_dir' variable in the page script, by default "[acs_root_dir]/www/repository/". + + + + + If you're on openacs.org, everything should now be fine. Otherwise, you need to move the entire directory tree to openacs.org:/web/openacs/www/repository, replacing what was already there. + + +