From: Matthijs Kooijman Date: Fri, 6 Jun 2008 22:07:49 +0000 (+0200) Subject: * Add notes to README concerning permissions. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=f992daa4c32e200cdc78048aec8470bd2d7d575e * Add notes to README concerning permissions. --- diff --git a/README b/README index f87b108..b88d22e 100644 --- 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