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