X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=README;h=eca1facd235bb5d7b9419b28c051ddb6887ef202;hb=30c5d40bdafc976501bacd067f5e3d7123270ca2;hp=f87b1085bb0c2e397ab8f794d4bfac00803ebfcf;hpb=84f7474a4244ded92c755d11671c3469ba6a9289;p=matthijs%2Fprojects%2Fwipi.git diff --git a/README b/README index f87b108..eca1fac 100644 --- a/README +++ b/README @@ -1,8 +1,17 @@ # To setup do cp -r /usr/share/moin/underlay/ data -cp -r /usr/share/moin/data/* data/exodus + +# 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 -# And copy something out of /usr/share/moin/server to set things up +# Set up permissions on the data dir +sudo chown -R httpd-evolution-events.nl:evolution-events-nl $SITE_DIR/data/wipi + +# And setup something to start wipi.fcgi and point lighttpd to it.