We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69c060 commit efba862Copy full SHA for efba862
website/README.txt
@@ -7,8 +7,10 @@ issues.roundup-tracker.org:
7
http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/archive/default.tar.gz
8
* copy the files into the tracker instance, using sudo:
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/
12
* restart the roundup server:
- sudo -u roundup /etc/init.d/roundup restart
13
+ sudo /etc/init.d/roundup restart
14
15
[1] All services hosted on sf.net:
16
* log into sf.net
0 commit comments