comparison website/README.txt @ 4566:b8119ba37707

Merge branch 'website'
author Eric S. Raymond <esr@thyrsus.com>
date Sun, 13 Nov 2011 11:18:42 -0500
parents 4509e2df25c0
children 5c8463b8f7ba
comparison
equal deleted inserted replaced
4564:6327b1b21593 4566:b8119ba37707
1 issues.roundup-tracker.org:
2
3 * log into issues.roundup-tracker.org
4 * get a working copy of web/trunk/issues
5 * copy the files into the tracker instance, using sudo:
6 sudo -u roundup cp <file> /home/roundup/trackers/roundup/...
7 * restart the roundup server:
8 sudo -u roundup /etc/init.d/roundup restart
9
10 www.roundup-tracker.org:
11
12 * log into sf.net
13 ssh -t <user>,roundup@shell.sourceforge.net create
14 * set project_home:
15 project_home=/home/project-web/roundup
16 * activate the virtualenv
17 cd ${project_home}
18 . docbuilder/bin/activate
19 * update the working copy (you may need to "cd" to the docs directory for it to update...)
20 cd ${project_home}/src/web/www
21 svn update
22 * build it
23 make html
24 * you may also "make clean"
25 * install it
26 cp -r ./html/* ${project_home}/htdocs/
27
28 (I think I can simplify the Makefile above such that the installation will be included as a make target.)
29
30 wiki.roundup-tracker.org:
31
32 * log into sf.net (see above)
33 * update the working copy
34 cd /home/project-web/roundup/src/web/wiki
35 svn update
36 * copy the files into the right places:
37 - cp static/roundup/* ${project_home}/htdocs/_wiki/
38 - cp wiki/data/plugin/theme/roundup.py ${project_home}/persistent/wiki/data/plugin/theme/

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