Skip to content

Commit 7526658

Browse files
author
Richard Jones
committed
have now set up a virtualenv with the goodies in it so use that
1 parent 468b631 commit 7526658

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ www.roundup-tracker.org:
1313
ssh -t <user>,[email protected] create
1414
* set project_home:
1515
project_home=/home/project-web/roundup
16+
* activate the virtualenv
17+
cd ${project_home}
18+
. docbuilder/bin/activate
1619
* update the working copy (you may need to "cd" to the docs directory for it to update...)
1720
cd ${project_home}/src/web/www
1821
svn update
1922
* build it
20-
PATH=${PATH}:${project_home}/bin PYTHONPATH=${project_home}/lib/python make html
23+
make html
2124
* you may also "make clean"
2225
* install it
2326
cp -r ./html/* ${project_home}/htdocs/

0 commit comments

Comments
 (0)