# $Id: config,v 1.1.2.1 2006/11/11 12:52:06 zak Exp $ # System configuration file for mir-setup script # $SITE = short site name, eg "uk" # $FQDN = long site name, eg "www.indymedia.org.uk" # Main install directory for site INSTALLDIR=/mir/$SITE # Directory for produced files (HTML, media etc) PRODUCTIONDIR=/imc/mir/$SITE # Database name DATABASE=$SITE # CVS source for Mir MIRCVSROOT=:pserver:anonymous@cvs.codecoop.org:/cvsroot/mir if [ -z "$MIRVERSION" ]; then MIRVERSION=MIR_1_1; fi # System-wide Postgres, Apache and Tomcat stuff # Files in this directory should all be included by the main Apache config # file with a wildcard APACHECONFDIR=/etc/apache2/mir-sites APACHECTL=/usr/sbin/apache2ctl WEBAPPSDIR=/var/lib/tomcat4/webapps TOMCATSCRIPT=/etc/init.d/tomcat4 TOMCATUSER=tomcat4 # May be overridden if [ -z "$TOMCATGROUP" ]; then TOMCATGROUP=tomcat4; fi # Include environment settings source "$CONFDIR/env"