Copy mir-setup to 1.1 branch
[mir.git] / scripts / mir-setup / conf / config-examplesite
diff --git a/scripts/mir-setup/conf/config-examplesite b/scripts/mir-setup/conf/config-examplesite
new file mode 100755 (executable)
index 0000000..6b7c2e5
--- /dev/null
@@ -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"