Index: openacs-4/etc/install/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/etc/install/install.tcl 5 Nov 2003 14:23:51 -0000 1.10 +++ openacs-4/etc/install/install.tcl 6 Nov 2003 19:15:47 -0000 1.11 @@ -69,14 +69,18 @@ #--------------------------------------------------------------------- -# Which additional packages should be checked out. (dotLRN is still -# a special case - see elsewhere in this doc.) +# Which additional packages should be checked out. # A space separated list of OpenACS packages to checkout in addition # to the OpenACS core packages (acs-core). # These packages must be modules as defined in the cvs repository # file :openacs.org:/cvsroot/CVSROOT/modules. set packages_list "" + +# example: cvs checkout of simulation and all pre-reqs +# We don't use dotLRN, which is the obvious example, because it's still +# a special case - see elsewhere in this doc. + #set packages_list "bcms notifications simulation acs-mail-lite workflow file-storage" #--------------------------------------------------------------------- @@ -85,9 +89,11 @@ # installation set install_xml_file "" -#set install_xml_file "${serverroot}/packages/foobar/install.xml" +# example: install simulation during server setup +#set install_xml_file "${serverroot}/packages/simulation/install.xml" + #--------------------------------------------------------------------- # Choose which database you will use - Say 'oracle' or 'postgres'