cb7d2934c63d4cfe49a1e7e9d8ff5275bd6c4abc
[matthijs/projects/wipi.git] / README
1 # To setup do
2 cp -r /usr/share/moin/underlay/ data
3
4 cp -r /usr/share/moin/data/* data/exodus
5 rm -r data/exodus/plugin/
6 ln -s ../../plugin data/exodus/plugin
7
8 cp -r /usr/share/moin/data/* data/extinction
9 rm -r data/extinction/plugin/
10 ln -s ../../plugin data/extinction/plugin
11
12
13 cp -r conf/dbsettings.py.tmp conf/dbsettings.py
14 # And edit dbsettings.py
15
16 # Set up permissions on the data dir
17 sudo chown -R www-data data
18 or, in my setup
19 sudo chown -R httpd-evolution-events-nl:evolution-events-nl data
20
21 # Perhaps also set up the sticky bit, if appropriate (for my setup, this is
22 # mostly so the group still has read access).
23 sudo chmod -R g+s data
24
25 # And copy something out of /usr/share/moin/server to set things up