Skip to content

Commit 5062362

Browse files
author
Bernhard Reiter
committed
Tried to improve the instructions for updating the webpage.
1 parent 8a57661 commit 5062362

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ www.roundup-tracker.org:
1616
* update the working copy
1717
cd ${project_home}/src/web/www
1818
svn update
19+
* (Update the roundup source docs directory as well?)
1920
* make sure PATH includes ${project_home}/bin, and PYTHONPATH includes ${project_home}/lib/python
2021
* build it
2122
make [clean] html
23+
# with clean ignore: "loading pickled environment... failed"
24+
* make sure you leave all files writable for the group "roundup"
25+
chmod g+rw -R .
2226
* install it
2327
cp -r ./html/* ${project_home}/htdocs/
2428

0 commit comments

Comments
 (0)