comparison website/README.txt @ 5845:e338969b1d23

Make sure to update to proper revision now that we have maint branch releases.
author John Rouillard <rouilj@ieee.org>
date Sat, 13 Jul 2019 09:53:11 -0400
parents 7a570b1f0d67
children 29d428927362
comparison
equal deleted inserted replaced
5843:da1f40b5148d 5845:e338969b1d23
104 104
105 # activate the virtualenv 105 # activate the virtualenv
106 . ${project_home}/docbuilder/bin/activate 106 . ${project_home}/docbuilder/bin/activate
107 # cd to website source and build it 107 # cd to website source and build it
108 cd ${project_home}/src/roundup/website/www 108 cd ${project_home}/src/roundup/website/www
109 hg up <release tag> # make sure you are using the released code
109 make clean 110 make clean
110 make html 111 make html
111 # you can check which files updated (the date will change with many files) 112 # you can check which files updated (the date will change with many files)
112 #diff -ur --brief ${project_home}/htdocs/ ./html/ 113 #diff -ur --brief ${project_home}/htdocs/ ./html/
113 # copy to website dir 114 # copy to website dir

Roundup Issue Tracker: http://roundup-tracker.org/