X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=scripts%2Fmir-setup%2Fconf%2Fconfig-examplesite;fp=scripts%2Fmir-setup%2Fconf%2Fconfig-examplesite;h=6b7c2e5c96a7da20d037693e76740d8820974123;hb=3ca56c3bcfaa0ac8f86c60948e840b58485f0b07;hp=0000000000000000000000000000000000000000;hpb=4b1d021849acdcd968719779bc82a1f3be116af9;p=mir.git diff --git a/scripts/mir-setup/conf/config-examplesite b/scripts/mir-setup/conf/config-examplesite new file mode 100755 index 00000000..6b7c2e5c --- /dev/null +++ b/scripts/mir-setup/conf/config-examplesite @@ -0,0 +1,48 @@ +# $Id: config-examplesite,v 1.2.2.1 2006/11/11 12:52:06 zak Exp $ + +# Example site configuration file for mir-setup script + +# Short site name +SITE=examplesite + +# Database dump (.tar.gz format) to import rather than using default one +# DBDUMP=/path/to/dump.tar.gz + +# Share database from this config file. Note that this is probably a bad +# idea, since articles won't get regenerated properly on all installs. +# However it is how the UK dev server used to work. +# SHAREDB=/path/to/other/install/config.properties + +# Full canonical domain name of production site +FQDN="publish.$SITE.indymedia.org" + +# User to run this site as, and who will have access to files +USER="$SITE" + +# Group to run this site as, and who will have access to files +GROUP="$SITE" + +# Group for tomcat-accessible stuff +TOMCATGROUP="$SITE-tomcat" + +# Aliased domain names for production site +# ALIASES="www0.$SITE.indymedia.org" + +# Full canonical domain name for mirrors +MIRRORFQDN="www.$SITE.indymedia.org" + +# Full canonical domain name for SSL production site +SECUREFQDN="publish.$SITE.indymedia.org" + +# CVS source for site configuration +SITECVSROOT=":pserver:anonymous@cvs.codecoop.org:/cvsroot/imc-$SITE" +SITEVERSION= # blank for CVS HEAD + +# The content of this directory will be overlaid onto the Mir tree +SITEOVERLAYDIR="setup_$SITE" + +# The config.properties template to use +CONFIGPROPERTIES="$CONFDIR/config.properties-default" + +# Include system config file +source "$CONFDIR/config"