proxy: Make sure root pages get the right theme.
[matthijs/projects/wipi.git] / README
1 # To setup do
2 cp -r /usr/share/moin/underlay/ data
3
4 # Copy template data files for each wiki
5 cp -r /usr/share/moin/data/* $SITE_DIR/data/wipi/exodus
6 cp -r /usr/share/moin/data/* $SITE_DIR/data/wipi/extinction
7 # Remove unused plugin directories
8 rm -r $SITE_DIR/data/wipi/exodus/plugin/
9 rm -r $SITE_DIR/data/wipi/extinction/plugin/
10
11 cp -r conf/dbsettings.py.tmp conf/dbsettings.py
12 # And edit dbsettings.py
13
14 # Set up permissions on the data dir
15 sudo chown -R httpd-evolution-events.nl:evolution-events-nl $SITE_DIR/data/wipi
16
17 # And setup something to start wipi.fcgi and point lighttpd to it.