We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a57661 commit 5062362Copy full SHA for 5062362
website/README.txt
@@ -16,9 +16,13 @@ www.roundup-tracker.org:
16
* update the working copy
17
cd ${project_home}/src/web/www
18
svn update
19
+ * (Update the roundup source docs directory as well?)
20
* make sure PATH includes ${project_home}/bin, and PYTHONPATH includes ${project_home}/lib/python
21
* build it
22
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 .
26
* install it
27
cp -r ./html/* ${project_home}/htdocs/
28
0 commit comments