We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468b631 commit 7526658Copy full SHA for 7526658
website/README.txt
@@ -13,11 +13,14 @@ www.roundup-tracker.org:
13
ssh -t <user>,[email protected] create
14
* set project_home:
15
project_home=/home/project-web/roundup
16
+ * activate the virtualenv
17
+ cd ${project_home}
18
+ . docbuilder/bin/activate
19
* update the working copy (you may need to "cd" to the docs directory for it to update...)
20
cd ${project_home}/src/web/www
21
svn update
22
* build it
- PATH=${PATH}:${project_home}/bin PYTHONPATH=${project_home}/lib/python make html
23
+ make html
24
* you may also "make clean"
25
* install it
26
cp -r ./html/* ${project_home}/htdocs/
0 commit comments