Skip to content

Commit 0e1b56a

Browse files
Merge branch 'website'
2 parents b698b97 + f5ddfbc commit 0e1b56a

File tree

129 files changed

+6287
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+6287
-0
lines changed

website/README.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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>,[email protected] 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/

0 commit comments

Comments
 (0)