Mercurial > p > roundup > code
comparison website/README.txt @ 4871:8930fe9d6d21
Website, Issues: Updated tracker-instructions in README.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Thu, 13 Mar 2014 11:07:42 +0100 |
| parents | 10f8b944e60c |
| children | 0e22b13c5ab5 |
comparison
equal
deleted
inserted
replaced
| 4870:7625dcb7e946 | 4871:8930fe9d6d21 |
|---|---|
| 1 issues.roundup-tracker.org: | 1 issues.roundup-tracker.org: |
| 2 | 2 |
| 3 * log into issues.roundup-tracker.org | 3 * log into issues.roundup-tracker.org |
| 4 * get a working copy of roundup/website/issues from the SCM, either via | 4 * get a working copy of roundup/website/issues from the SCM, either via |
| 5 hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup | 5 hg clone http://hg.code.sf.net/p/roundup/code |
| 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://sourceforge.net/p/roundup/code/ci/default/tarball |
| 8 | |
| 9 * check the differences | |
| 10 diff -ur /home/YOURUSERID/roundup/website/issues/ /home/roundup/trackers/roundup/ | |
| 8 * copy the files into the tracker instance, using sudo: | 11 * copy the files into the tracker instance, using sudo: |
| 9 sudo -u roundup cp <file> /home/roundup/trackers/roundup/... | 12 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 | 13 or use rsync to check and only copy the changed files as user roundup like |
| 11 rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/ | 14 rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/ |
| 15 HINT: old files will not be deleted by this rsync command | |
| 12 * restart the roundup server: | 16 * restart the roundup server: |
| 13 sudo /etc/init.d/roundup restart | 17 sudo /etc/init.d/roundup restart |
| 14 | 18 |
| 15 [1] All services hosted on sf.net: | 19 [1] All services hosted on sf.net: |
| 16 * log into sf.net (Generic sf instructions can be found here: | 20 * log into sf.net (Generic sf instructions can be found here: |
