Mercurial > p > roundup > code
changeset 4442:53ce93693ea8 website
Tried to improve the instructions for updating the webpage.
| author | Bernhard Reiter <ber@users.sourceforge.net> |
|---|---|
| date | Wed, 20 Oct 2010 15:16:55 +0000 |
| parents | 6c0744fc024e |
| children | b19488f673ed |
| files | website/README.txt |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/website/README.txt Wed Oct 20 14:14:05 2010 +0000 +++ b/website/README.txt Wed Oct 20 15:16:55 2010 +0000 @@ -16,9 +16,13 @@ * update the working copy cd ${project_home}/src/web/www svn update + * (Update the roundup source docs directory as well?) * make sure PATH includes ${project_home}/bin, and PYTHONPATH includes ${project_home}/lib/python * build it make [clean] html + # with clean ignore: "loading pickled environment... failed" + * make sure you leave all files writable for the group "roundup" + chmod g+rw -R . * install it cp -r ./html/* ${project_home}/htdocs/
