Copy mir-setup to 1.1 branch
[mir.git] / scripts / mir-setup / conf / config-examplesite
1 # $Id: config-examplesite,v 1.2.2.1 2006/11/11 12:52:06 zak Exp $
2
3 # Example site configuration file for mir-setup script
4
5 # Short site name
6 SITE=examplesite
7
8 # Database dump (.tar.gz format) to import rather than using default one
9 # DBDUMP=/path/to/dump.tar.gz
10
11 # Share database from this config file. Note that this is probably a bad
12 # idea, since articles won't get regenerated properly on all installs.
13 # However it is how the UK dev server used to work.
14 # SHAREDB=/path/to/other/install/config.properties
15
16 # Full canonical domain name of production site
17 FQDN="publish.$SITE.indymedia.org"
18
19 # User to run this site as, and who will have access to files
20 USER="$SITE"
21
22 # Group to run this site as, and who will have access to files
23 GROUP="$SITE"
24
25 # Group for tomcat-accessible stuff
26 TOMCATGROUP="$SITE-tomcat"
27
28 # Aliased domain names for production site
29 # ALIASES="www0.$SITE.indymedia.org"
30
31 # Full canonical domain name for mirrors
32 MIRRORFQDN="www.$SITE.indymedia.org"
33
34 # Full canonical domain name for SSL production site
35 SECUREFQDN="publish.$SITE.indymedia.org"
36
37 # CVS source for site configuration
38 SITECVSROOT=":pserver:anonymous@cvs.codecoop.org:/cvsroot/imc-$SITE"
39 SITEVERSION= # blank for CVS HEAD
40
41 # The content of this directory will be overlaid onto the Mir tree
42 SITEOVERLAYDIR="setup_$SITE"
43
44 # The config.properties template to use
45 CONFIGPROPERTIES="$CONFDIR/config.properties-default"
46
47 # Include system config file
48 source "$CONFDIR/config"