X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=README;h=b88d22e99db236b6d4575fed82e39c7b5791be7d;hb=45aa35c47510347c1b8d73eac126c5e4af6d47e6;hp=4d4d583ce4ee826ccb88227abf7c2a67b34307c7;hpb=9e9b185236040319e3a16772c7e456909eb0217c;p=matthijs%2Fprojects%2Fwipi.git diff --git a/README b/README index 4d4d583..b88d22e 100644 --- a/README +++ b/README @@ -2,4 +2,14 @@ cp -r /usr/share/moin/underlay/ data 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