Mercurial > p > roundup > code
comparison website/README.txt @ 4655:45157fd8ba52
Nicer rsync command for copying over the webpage contents.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Tue, 21 Aug 2012 16:05:41 +0200 |
| parents | cd81ebbce7f9 |
| children | b247d334dc03 |
comparison
equal
deleted
inserted
replaced
| 4654:31266a46369e | 4655:45157fd8ba52 |
|---|---|
| 36 cd ${project_home}/src/roundup/website/www | 36 cd ${project_home}/src/roundup/website/www |
| 37 * build it | 37 * build it |
| 38 make html | 38 make html |
| 39 * you may also "make clean" | 39 * you may also "make clean" |
| 40 * install it | 40 * install it |
| 41 cp -r ./html/* ${project_home}/htdocs/ | 41 cp -r ./html/* ${project_home}/htdocs/ |
| 42 or alternatively (leaving out the --dry-run later) | |
| 43 rsync --dry-run -v --checksum --recursive ./html/* ${project_home}/htdocs/ | |
| 42 | 44 |
| 43 (I think I can simplify the Makefile above such that the installation will be included as a make target.) | 45 (I think I can simplify the Makefile above such that the installation will be included as a make target.) |
| 44 | 46 |
| 45 wiki.roundup-tracker.org: | 47 wiki.roundup-tracker.org: |
| 46 * follow [1]. | 48 * follow [1]. |
