Version 1 (modified by lawrence, 14 years ago) (diff) |
---|
Updating pylons deployment
So you just updated the sandbox and you want it on ndgbeta ...
- Build a python 2.4 egg ...
- Get a local sandbox on a machine with 2.4 and make sure it's up to date
- Now at the ows_server level, type python setup.py build bdist_egg
- Copy your new egg to ndg (it is in the dist directory under your ows_server)
- scp dist/your_egg badc@…:/var/www/ndg_site/htdocs/dist/
- On glue, update your eggs: sudo /usr/local/bin/easy_install -U -f http://ndg.nerc.ac.uk/dist ows_server
- On glue, restart pylons sudo /etc/init.d/pylons restart