$Id: README,v 1.1.2.2 2009/01/18 04:28:49 ianb Exp $ The mir-setup script was developed initially on pulp (the UK development server) and then on traven. It hasn't been extensively tested outside of those environments, but is here in the hope that it is useful. See http://docs.indymedia.org/view/Sysadmin/TravenMirInstall for more information on setting up sites with this script. The files in this directory should be installed as follows: mir/scripts/mir-setup/ mir-setup -> /usr/local/sbin/ munge_config_file.pl -> /usr/local/share/mir-setup/ conf/* -> /etc/mir-setup/ If you choose different locations (for example running the script direct from the CVS checkout, you'll need to modify CONFDIR (in mir-setup itself) and/or SHAREDIR (in conf/config) accordingly. If you run ./mir-prepare direct from the mir/scripts/mir-setup/ directory of the source tree, it will install and configure apache, java, tomcat, etc. ready for you to set up sites with mir-setup. It will also install mir-setup as detailed above. mir-prepare and the config files in conf/ assume you are using tomcat5.5. If you are still using tomcat4, use the config files in conf/tomcat4, and beware that mir-prepare may need changes. mir-setup should still work with tomcat4. Note that this script has only been used with the MIR_1_1 branch so far.