From f992daa4c32e200cdc78048aec8470bd2d7d575e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 7 Jun 2008 00:07:49 +0200 Subject: [PATCH] * Add notes to README concerning permissions. --- README | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2