X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=README;h=cb7d2934c63d4cfe49a1e7e9d8ff5275bd6c4abc;hb=ed5e32167ba8cf13d1d59ee885fb353b08a26b09;hp=f87b1085bb0c2e397ab8f794d4bfac00803ebfcf;hpb=84f7474a4244ded92c755d11671c3469ba6a9289;p=matthijs%2Fprojects%2Fwipi.git diff --git a/README b/README index f87b108..cb7d293 100644 --- a/README +++ b/README @@ -1,8 +1,25 @@ # 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). +sudo chmod -R g+s data + # And copy something out of /usr/share/moin/server to set things up