proxy: Make sure root pages get the right theme.
[matthijs/projects/wipi.git] / README
diff --git a/README b/README
index b88d22e99db236b6d4575fed82e39c7b5791be7d..eca1facd235bb5d7b9419b28c051ddb6887ef202 100644 (file)
--- a/README
+++ b/README
@@ -1,15 +1,17 @@
 # To setup do
 cp -r /usr/share/moin/underlay/ data
-cp -r /usr/share/moin/data/* data/exodus
+
+# Copy template data files for each wiki
+cp -r /usr/share/moin/data/* $SITE_DIR/data/wipi/exodus
+cp -r /usr/share/moin/data/* $SITE_DIR/data/wipi/extinction
+# Remove unused plugin directories
+rm -r $SITE_DIR/data/wipi/exodus/plugin/
+rm -r $SITE_DIR/data/wipi/extinction/plugin/
 
 cp -r conf/dbsettings.py.tmp conf/dbsettings.py
 # And edit dbsettings.py
 
 # Set up permissions on the data dir
-sudo chown -R www-data data
-
-# Perhaps also set up the sticky bit, if appropriate (for my setup, this is
-# mostly so the group still has read access).
-sudo chmod -R g+s data
+sudo chown -R httpd-evolution-events.nl:evolution-events-nl $SITE_DIR/data/wipi
 
-# And copy something out of /usr/share/moin/server to set things up
+# And setup something to start wipi.fcgi and point lighttpd to it.