-
Notifications
You must be signed in to change notification settings - Fork 30
Updating Toolshed
Martin Cech edited this page Feb 1, 2018
·
16 revisions
$ ssh galaxy04.tacc.utexas.edu
$ . ./ansible/bin/activate
$ cd usegalaxy-playbook
$ git pull
$ ansible-env testtoolshed update
$ git diff # verify that none of the mutable configs pulled to the playbook are mangled
$ git add -- .
$ git commit -m 'Update TTS'
$ git push
$ ssh gxsrc@radegast
gxsrc@radegast$ /srv/toolshed/test/venv/bin/pip install --index-url https://wheels.galaxyproject.org/simple/ --extra-index-url https://pypi.python.org/simple/ -r /srv/toolshed/test/server/lib/galaxy/dependencies/pinned-requirements.txt
gxsrc@radegast$ exit
$ ssh shed@radegast
shed@radegast$ supervisorctl restart toolshed_test_uwsgi
Until fixed ping @natefoo for reboot.