Skip to content

Commit 2168163

Browse files
author
Richard Jones
committed
add website instructions
1 parent ec83ce2 commit 2168163

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

website/README.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
* project_home=/home/groups/r/ro/roundup
13+
14+
* log into sf.net
15+
ssh -t <user>,[email protected] create
16+
* update the working copy
17+
cd ${project_home}/src/web/www
18+
svn update
19+
* make sure PATH includes ${project_home}/bin, and PYTHONPATH includes ${project_home}/lib/python
20+
* build it
21+
make [clean] html
22+
* install it
23+
cp -r ./html/* ${project_home}/htdocs/
24+
25+
(I think I can simplify the Makefile above such that the installation will be included as a make target.)
26+
27+
wiki.roundup-tracker.org:
28+
29+
* log into sf.net (see above)
30+
* update the working copy
31+
cd /home/r/ro/roundup/src/web/wiki
32+
svn update
33+
* copy the files into the right places:
34+
- cp static/roundup/* ${project_home}/htdocs/_wiki/
35+
- cp wiki/data/plugin/theme/roundup.py ${project_home}/persistent/wiki/data/plugin/theme/

0 commit comments

Comments
 (0)