Mercurial > p > roundup > code
comparison website/README.txt @ 4554:4509e2df25c0 website
have now set up a virtualenv with the goodies in it so use that
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 21 Oct 2011 05:08:34 +0000 |
| parents | 7cd19e56ae4c |
| children | 5c8463b8f7ba |
comparison
equal
deleted
inserted
replaced
| 4553:e5d87b92983a | 4554:4509e2df25c0 |
|---|---|
| 11 | 11 |
| 12 * log into sf.net | 12 * log into sf.net |
| 13 ssh -t <user>,roundup@shell.sourceforge.net create | 13 ssh -t <user>,roundup@shell.sourceforge.net create |
| 14 * set project_home: | 14 * set project_home: |
| 15 project_home=/home/project-web/roundup | 15 project_home=/home/project-web/roundup |
| 16 * activate the virtualenv | |
| 17 cd ${project_home} | |
| 18 . docbuilder/bin/activate | |
| 16 * update the working copy (you may need to "cd" to the docs directory for it to update...) | 19 * update the working copy (you may need to "cd" to the docs directory for it to update...) |
| 17 cd ${project_home}/src/web/www | 20 cd ${project_home}/src/web/www |
| 18 svn update | 21 svn update |
| 19 * build it | 22 * build it |
| 20 PATH=${PATH}:${project_home}/bin PYTHONPATH=${project_home}/lib/python make html | 23 make html |
| 21 * you may also "make clean" | 24 * you may also "make clean" |
| 22 * install it | 25 * install it |
| 23 cp -r ./html/* ${project_home}/htdocs/ | 26 cp -r ./html/* ${project_home}/htdocs/ |
| 24 | 27 |
| 25 (I think I can simplify the Makefile above such that the installation will be included as a make target.) | 28 (I think I can simplify the Makefile above such that the installation will be included as a make target.) |
