comparison website/README.txt @ 4646:cd81ebbce7f9

Minor improvement to the instructions how to maintain our tracker.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 12 Jul 2012 22:51:22 +0200
parents 0aafd64866d1
children 45157fd8ba52
comparison
equal deleted inserted replaced
4645:dc2a8d256952 4646:cd81ebbce7f9
5 hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup 5 hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup
6 or download a snapshot: 6 or download a snapshot:
7 http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/archive/default.tar.gz 7 http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/archive/default.tar.gz
8 * copy the files into the tracker instance, using sudo: 8 * copy the files into the tracker instance, using sudo:
9 sudo -u roundup cp <file> /home/roundup/trackers/roundup/... 9 sudo -u roundup cp <file> /home/roundup/trackers/roundup/...
10 or use rsync to check and only copy the changes files as user roundup like
11 rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/
10 * restart the roundup server: 12 * restart the roundup server:
11 sudo -u roundup /etc/init.d/roundup restart 13 sudo /etc/init.d/roundup restart
12 14
13 [1] All services hosted on sf.net: 15 [1] All services hosted on sf.net:
14 * log into sf.net 16 * log into sf.net
15 http://sourceforge.net/apps/trac/sourceforge/wiki/Shell%20service 17 http://sourceforge.net/apps/trac/sourceforge/wiki/Shell%20service
16 ssh -t <user>,roundup@shell.sourceforge.net create 18 ssh -t <user>,roundup@shell.sourceforge.net create

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