Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/website/README.txt Thu Nov 04 17:49:34 2010 +0000 +++ b/website/README.txt Thu Jul 12 22:51:22 2012 +0200 @@ -7,8 +7,10 @@ http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/archive/default.tar.gz * copy the files into the tracker instance, using sudo: sudo -u roundup cp <file> /home/roundup/trackers/roundup/... + or use rsync to check and only copy the changes files as user roundup like + rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/ * restart the roundup server: - sudo -u roundup /etc/init.d/roundup restart + sudo /etc/init.d/roundup restart [1] All services hosted on sf.net: * log into sf.net
