Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/website/README.txt Fri Oct 21 04:36:01 2011 +0000 +++ b/website/README.txt Fri Oct 21 05:08:34 2011 +0000 @@ -13,11 +13,14 @@ ssh -t <user>,roundup@shell.sourceforge.net create * set project_home: project_home=/home/project-web/roundup + * activate the virtualenv + cd ${project_home} + . docbuilder/bin/activate * update the working copy (you may need to "cd" to the docs directory for it to update...) cd ${project_home}/src/web/www svn update * build it - PATH=${PATH}:${project_home}/bin PYTHONPATH=${project_home}/lib/python make html + make html * you may also "make clean" * install it cp -r ./html/* ${project_home}/htdocs/
