Mercurial > p > roundup > code
comparison website/README.txt @ 4956:4e7208743254
Update web site instruction to restore web presence of
Roundup Design Document. Fixes issue2550840.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sat, 13 Dec 2014 19:26:18 +0300 |
| parents | ff4d939f4619 |
| children | f1270730505d |
comparison
equal
deleted
inserted
replaced
| 4955:2d83625e1c06 | 4956:4e7208743254 |
|---|---|
| 46 http://web.archive.org/web/20140618231150/http://sourceforge.net/apps/trac/sourceforge/wiki/Shell%20service | 46 http://web.archive.org/web/20140618231150/http://sourceforge.net/apps/trac/sourceforge/wiki/Shell%20service |
| 47 | 47 |
| 48 # log in, replace <user> with your account | 48 # log in, replace <user> with your account |
| 49 ssh -t <user>,roundup@shell.sourceforge.net create | 49 ssh -t <user>,roundup@shell.sourceforge.net create |
| 50 | 50 |
| 51 # set project_home and go there | 51 # set project_home |
| 52 project_home=/home/project-web/roundup | 52 project_home=/home/project-web/roundup |
| 53 cd ${project_home} | |
| 54 | |
| 55 # read up on other people changes and add yours | |
| 56 vim logbuch.txt | |
| 57 | 53 |
| 58 # pull latest Roundup source with www and wiki | 54 # pull latest Roundup source with www and wiki |
| 59 # (the warning about "Not trusting file ... " can be ignored | 55 # (the warning about "Not trusting file ... " can be ignored |
| 60 # for now https://sourceforge.net/p/forge/site-support/8217/) | 56 # for now https://sourceforge.net/p/forge/site-support/8217/) |
| 61 hg pull -u --cwd ${project_home}/src/roundup | 57 hg pull -u --cwd ${project_home}/src/roundup |
| 58 | |
| 59 # read up on other people changes and add yours | |
| 60 cd ${project_home} | |
| 61 vim logbuch.txt | |
| 62 | 62 |
| 63 | 63 |
| 64 updating wiki.roundup-tracker.org | 64 updating wiki.roundup-tracker.org |
| 65 --------------------------------- | 65 --------------------------------- |
| 66 wiki doesn't require building anything, so if you're | 66 wiki doesn't require building anything, so if you're |
| 92 make html | 92 make html |
| 93 # you can check which files updated | 93 # you can check which files updated |
| 94 #diff -qur ./html/ ${project_home}/htdocs/ | 94 #diff -qur ./html/ ${project_home}/htdocs/ |
| 95 # copy to website dir | 95 # copy to website dir |
| 96 cp -r -p ./html/* ${project_home}/htdocs/ | 96 cp -r -p ./html/* ${project_home}/htdocs/ |
| 97 # copy legacy html doc to website docs/ dir | |
| 98 # (in main doc/conf.py this is done automatically) | |
| 99 cp -r -p ../../doc/html_extra/* ${project_home}/htdocs/docs/ | |
| 97 # or try it with rsync (skip --dry-run when ready) | 100 # or try it with rsync (skip --dry-run when ready) |
| 98 #rsync --dry-run -v --checksum --recursive ./html/* ${project_home}/htdocs/ | 101 #rsync --dry-run -v --checksum --recursive ./html/* ${project_home}/htdocs/ |
| 99 | 102 |
| 100 When done working in the shell, you can destroy it early | 103 When done working in the shell, you can destroy it early |
| 101 to free resources: | 104 to free resources: |
