Copy mir-setup to 1.1 branch
[mir.git] / scripts / mir-setup / conf / config
1 # $Id: config,v 1.1.2.1 2006/11/11 12:52:06 zak Exp $
2
3 # System configuration file for mir-setup script
4
5 # $SITE = short site name, eg "uk"
6 # $FQDN = long site name, eg "www.indymedia.org.uk"
7
8 # Main install directory for site
9 INSTALLDIR=/mir/$SITE
10
11 # Directory for produced files (HTML, media etc)
12 PRODUCTIONDIR=/imc/mir/$SITE
13
14 # Database name
15 DATABASE=$SITE
16
17 # CVS source for Mir
18 MIRCVSROOT=:pserver:anonymous@cvs.codecoop.org:/cvsroot/mir
19
20 if [ -z "$MIRVERSION" ]; then MIRVERSION=MIR_1_1; fi
21
22
23 # System-wide Postgres, Apache and Tomcat stuff
24
25 # Files in this directory should all be included by the main Apache config
26 # file with a wildcard
27 APACHECONFDIR=/etc/apache2/mir-sites
28
29 APACHECTL=/usr/sbin/apache2ctl
30 WEBAPPSDIR=/var/lib/tomcat4/webapps
31 TOMCATSCRIPT=/etc/init.d/tomcat4
32 TOMCATUSER=tomcat4
33
34 # May be overridden
35 if [ -z "$TOMCATGROUP" ]; then TOMCATGROUP=tomcat4; fi
36
37 # Include environment settings
38 source "$CONFDIR/env"