* Add notes to README concerning permissions.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 6 Jun 2008 22:07:49 +0000 (00:07 +0200)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 6 Jun 2008 22:07:49 +0000 (00:07 +0200)
README

diff --git a/README b/README
index f87b1085bb0c2e397ab8f794d4bfac00803ebfcf..b88d22e99db236b6d4575fed82e39c7b5791be7d 100644 (file)
--- a/README
+++ b/README
@@ -5,4 +5,11 @@ cp -r /usr/share/moin/data/* data/exodus
 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
+
 # And copy something out of /usr/share/moin/server to set things up