@@ -10,21 +10,28 @@ issues.roundup-tracker.org:
1010 * restart the roundup server:
1111 sudo -u roundup /etc/init.d/roundup restart
1212
13- www.roundup-tracker.org:
14-
13+ [1] All services hosted on sf.net:
1514 * log into sf.net
15+ http://sourceforge.net/apps/trac/sourceforge/wiki/Shell%20service
1616 ssh -t <user>,
[email protected] create
1717 * set project_home:
1818 project_home=/home/project-web/roundup
19- * activate the virtualenv
2019 cd ${project_home}
21- . docbuilder/bin/activate
22- * update the working copy
23- cd ${project_home}/src/roundup/website/www
20+ * read up on other people changes and add yours
21+ vim ${project_home}/logbuch.txt
22+ * update the working copy of the SCM roundup source (includes www and wiki)
23+ cd ${project_home}/src/roundup
2424 hg pull -u /home/scm_hg/r/ro/roundup/roundup
2525 (The warning about "Not trusting file
2626 /home/scm_hg/r/ro/roundup/roundup/.hg/hgrc from untrusted user"
27- can be ignored)
27+ can be ignored.)
28+
29+ www.roundup-tracker.org:
30+ * follow [1].
31+ * activate the virtualenv
32+ . ${project_home}/docbuilder/bin/activate
33+ * go to the now current source directory
34+ cd ${project_home}/src/roundup/website/www
2835 * build it
2936 make html
3037 * you may also "make clean"
@@ -34,14 +41,9 @@ www.roundup-tracker.org:
3441(I think I can simplify the Makefile above such that the installation will be included as a make target.)
3542
3643wiki.roundup-tracker.org:
37-
38- * log into sf.net
39- ssh -t <user>,
[email protected] create
40- * set project_home:
41- project_home=/home/project-web/roundup
42- * update the working copy
44+ * follow [1].
45+ * go to the now current source directory
4346 cd ${project_home}/src/roundup/website/wiki
44- hg pull -u
4547 * copy the files into the right places:
4648 cp static/roundup/* ${project_home}/htdocs/_wiki/
4749 cp wiki/data/plugin/theme/roundup.py ${project_home}/persistent/wiki/data/plugin/theme/
0 commit comments