Skip to content

Commit 6c10e6a

Browse files
committed
Updated README for maintaining the websites (www, wiki, issues)
1 parent ad65736 commit 6c10e6a

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

website/README.txt

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
issues.roundup-tracker.org:
22

33
* log into issues.roundup-tracker.org
4-
* get a working copy of web/trunk/issues
4+
* get a working copy of roundup/website/issues from the SCM, either via
5+
hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup
6+
or download a snapshot:
7+
http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/archive/default.tar.gz
58
* copy the files into the tracker instance, using sudo:
6-
sudo -u roundup cp <file> /home/roundup/trackers/roundup/...
9+
sudo -u roundup cp <file> /home/roundup/trackers/roundup/...
710
* restart the roundup server:
8-
sudo -u roundup /etc/init.d/roundup restart
11+
sudo -u roundup /etc/init.d/roundup restart
912

1013
www.roundup-tracker.org:
11-
14+
1215
* log into sf.net
1316
ssh -t <user>,[email protected] create
1417
* set project_home:
1518
project_home=/home/project-web/roundup
1619
* activate the virtualenv
1720
cd ${project_home}
1821
. 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+
* update the working copy
23+
cd ${project_home}/src/roundup/website/www
24+
hg pull -u
2225
* build it
2326
make html
2427
* you may also "make clean"
@@ -29,10 +32,13 @@ www.roundup-tracker.org:
2932

3033
wiki.roundup-tracker.org:
3134

32-
* log into sf.net (see above)
35+
* log into sf.net
36+
ssh -t <user>,[email protected] create
37+
* set project_home:
38+
project_home=/home/project-web/roundup
3339
* update the working copy
34-
cd /home/project-web/roundup/src/web/wiki
35-
svn update
40+
cd ${project_home}/src/roundup/website/wiki
41+
hg pull -u
3642
* 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/
43+
cp static/roundup/* ${project_home}/htdocs/_wiki/
44+
cp wiki/data/plugin/theme/roundup.py ${project_home}/persistent/wiki/data/plugin/theme/

0 commit comments

Comments
 (0)