Mercurial > p > roundup > code
comparison website/README.txt @ 4666:b247d334dc03
Website Build instructions: added a hint for sphinxcontrib-cheeseshop.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Fri, 28 Sep 2012 10:14:07 +0200 |
| parents | 45157fd8ba52 |
| children | 0333f2b245a3 |
comparison
equal
deleted
inserted
replaced
| 4665:ac4ed1b9369f | 4666:b247d334dc03 |
|---|---|
| 32 * follow [1]. | 32 * follow [1]. |
| 33 * activate the virtualenv | 33 * activate the virtualenv |
| 34 . ${project_home}/docbuilder/bin/activate | 34 . ${project_home}/docbuilder/bin/activate |
| 35 * go to the now current source directory | 35 * go to the now current source directory |
| 36 cd ${project_home}/src/roundup/website/www | 36 cd ${project_home}/src/roundup/website/www |
| 37 * (build requirement: sphinx and the sphinxcontrib-cheeseshop plugin | |
| 38 http://pypi.python.org/pypi/sphinxcontrib-cheeseshop) | |
| 37 * build it | 39 * build it |
| 38 make html | 40 make html |
| 39 * you may also "make clean" | 41 * you may also "make clean" |
| 40 * install it | 42 * install it |
| 41 cp -r ./html/* ${project_home}/htdocs/ | 43 cp -r ./html/* ${project_home}/htdocs/ |
