* Add notes to README concerning permissions.
[matthijs/projects/wipi.git] / README
1 # To setup do
2 cp -r /usr/share/moin/underlay/ data
3 cp -r /usr/share/moin/data/* data/exodus
4
5 cp -r conf/dbsettings.py.tmp conf/dbsettings.py
6 # And edit dbsettings.py
7
8 # Set up permissions on the data dir
9 sudo chown -R www-data data
10
11 # Perhaps also set up the sticky bit, if appropriate (for my setup, this is
12 # mostly so the group still has read access).
13 sudo chmod -R g+s data
14
15 # And copy something out of /usr/share/moin/server to set things up