comparison website/README.txt @ 4442:53ce93693ea8 website

Tried to improve the instructions for updating the webpage.
author Bernhard Reiter <ber@users.sourceforge.net>
date Wed, 20 Oct 2010 15:16:55 +0000
parents 25db485027cf
children 7cd19e56ae4c
comparison
equal deleted inserted replaced
4441:6c0744fc024e 4442:53ce93693ea8
14 * log into sf.net 14 * log into sf.net
15 ssh -t <user>,roundup@shell.sourceforge.net create 15 ssh -t <user>,roundup@shell.sourceforge.net create
16 * update the working copy 16 * update the working copy
17 cd ${project_home}/src/web/www 17 cd ${project_home}/src/web/www
18 svn update 18 svn update
19 * (Update the roundup source docs directory as well?)
19 * make sure PATH includes ${project_home}/bin, and PYTHONPATH includes ${project_home}/lib/python 20 * make sure PATH includes ${project_home}/bin, and PYTHONPATH includes ${project_home}/lib/python
20 * build it 21 * build it
21 make [clean] html 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 .
22 * install it 26 * install it
23 cp -r ./html/* ${project_home}/htdocs/ 27 cp -r ./html/* ${project_home}/htdocs/
24 28
25 (I think I can simplify the Makefile above such that the installation will be included as a make target.) 29 (I think I can simplify the Makefile above such that the installation will be included as a make target.)
26 30

Roundup Issue Tracker: http://roundup-tracker.org/