comparison website/README.txt @ 4551:7cd19e56ae4c website

updates
author Richard Jones <richard@users.sourceforge.net>
date Fri, 21 Oct 2011 04:29:49 +0000
parents 53ce93693ea8
children 4509e2df25c0
comparison
equal deleted inserted replaced
4549:bba5b4ec2a63 4551:7cd19e56ae4c
7 * restart the roundup server: 7 * restart the roundup server:
8 sudo -u roundup /etc/init.d/roundup restart 8 sudo -u roundup /etc/init.d/roundup restart
9 9
10 www.roundup-tracker.org: 10 www.roundup-tracker.org:
11 11
12 * project_home=/home/groups/r/ro/roundup
13
14 * log into sf.net 12 * log into sf.net
15 ssh -t <user>,roundup@shell.sourceforge.net create 13 ssh -t <user>,roundup@shell.sourceforge.net create
16 * update the working copy 14 * set project_home:
15 project_home=/home/project-web/roundup
16 * update the working copy (you may need to "cd" to the docs directory for it to update...)
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?)
20 * make sure PATH includes ${project_home}/bin, and PYTHONPATH includes ${project_home}/lib/python
21 * build it 19 * build it
22 make [clean] html 20 PATH=${PATH}:${project_home}/bin PYTHONPATH=${project_home}/lib/python make html
23 # with clean ignore: "loading pickled environment... failed" 21 * you may also "make clean"
24 * make sure you leave all files writable for the group "roundup"
25 chmod g+rw -R .
26 * install it 22 * install it
27 cp -r ./html/* ${project_home}/htdocs/ 23 cp -r ./html/* ${project_home}/htdocs/
28 24
29 (I think I can simplify the Makefile above such that the installation will be included as a make target.) 25 (I think I can simplify the Makefile above such that the installation will be included as a make target.)
30 26
31 wiki.roundup-tracker.org: 27 wiki.roundup-tracker.org:
32 28
33 * log into sf.net (see above) 29 * log into sf.net (see above)
34 * update the working copy 30 * update the working copy
35 cd /home/r/ro/roundup/src/web/wiki 31 cd /home/project-web/roundup/src/web/wiki
36 svn update 32 svn update
37 * copy the files into the right places: 33 * copy the files into the right places:
38 - cp static/roundup/* ${project_home}/htdocs/_wiki/ 34 - cp static/roundup/* ${project_home}/htdocs/_wiki/
39 - cp wiki/data/plugin/theme/roundup.py ${project_home}/persistent/wiki/data/plugin/theme/ 35 - cp wiki/data/plugin/theme/roundup.py ${project_home}/persistent/wiki/data/plugin/theme/

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