X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=README;h=8f3a1156b1974d62547b4eae926ebbda765174b9;hb=f865aa492afcf063e8c9f9490b1caa56309ea3da;hp=4d4d583ce4ee826ccb88227abf7c2a67b34307c7;hpb=9e9b185236040319e3a16772c7e456909eb0217c;p=matthijs%2Fprojects%2Fwipi.git diff --git a/README b/README index 4d4d583..8f3a115 100644 --- a/README +++ b/README @@ -1,5 +1,17 @@ # To setup do cp -r /usr/share/moin/underlay/ data -cp -r /usr/share/moin/data/* data/exodus -# And copy something out of /usr/share/moin/server to set things up +# Copy template data files for each wiki +cp -r /usr/share/moin/data/* $SITE_DIR/data/wipi/exodus +cp -r /usr/share/moin/data/* $SITE_DIR/data/wipi/extinction +# Remove unused plugin directories +rm -r $SITE_DIR/data/wipi/exodus/plugin/ +rm -r $SITE_DIR/data/wipi/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 httpd-evolution-events.nl:evolution-events-nl www-data $SITE_DIR/data/wipi + +# And setup something to start wipi.fcgi and point lighttpd to it.