Mercurial > p > roundup > code
comparison website/README.txt @ 4933:53ffa9490fad
Instructions how to update issues.roundup-tracker: update, the other diff order is more useful.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Wed, 01 Oct 2014 09:35:10 +0200 |
| parents | 0e22b13c5ab5 |
| children | 55eccea8911f |
comparison
equal
deleted
inserted
replaced
| 4932:d24e156f9069 | 4933:53ffa9490fad |
|---|---|
| 15 hg clone http://hg.code.sf.net/p/roundup/code | 15 hg clone http://hg.code.sf.net/p/roundup/code |
| 16 or download a snapshot: | 16 or download a snapshot: |
| 17 http://sourceforge.net/p/roundup/code/ci/default/tarball | 17 http://sourceforge.net/p/roundup/code/ci/default/tarball |
| 18 | 18 |
| 19 * check the differences | 19 * check the differences |
| 20 diff -ur /home/YOURUSERID/roundup/website/issues/ /home/roundup/trackers/roundup/ | 20 diff -ur /home/roundup/trackers/roundup/ /home/YOURUSERID/roundup/website/issues/ |
| 21 * copy the files into the tracker instance, using sudo: | 21 * copy the files into the tracker instance, using sudo: |
| 22 sudo -u roundup cp <file> /home/roundup/trackers/roundup/... | 22 sudo -u roundup cp <file> /home/roundup/trackers/roundup/... |
| 23 or use rsync to check and only copy the changed files as user roundup like | 23 or use rsync to check and only copy the changed files as user roundup like |
| 24 rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/ | 24 rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/ |
| 25 HINT: old files will not be deleted by this rsync command | 25 HINT: old files will not be deleted by this rsync command |
