From: Matthijs Kooijman Date: Wed, 19 Nov 2008 17:39:41 +0000 (+0100) Subject: Add some extra stuff to the README. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=648e271707e4b1910404f0da4d5916ba852bc8b4 Add some extra stuff to the README. --- diff --git a/README b/README index b88d22e..cb7d293 100644 --- a/README +++ b/README @@ -1,12 +1,22 @@ # To setup do cp -r /usr/share/moin/underlay/ data + cp -r /usr/share/moin/data/* data/exodus +rm -r data/exodus/plugin/ +ln -s ../../plugin data/exodus/plugin + +cp -r /usr/share/moin/data/* data/extinction +rm -r data/extinction/plugin/ +ln -s ../../plugin data/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 +or, in my setup +sudo chown -R httpd-evolution-events-nl:evolution-events-nl data # Perhaps also set up the sticky bit, if appropriate (for my setup, this is # mostly so the group still has read access).