Skip to content
Martin Cech edited this page Feb 1, 2018 · 16 revisions

Test ToolShed (TTS)

$ 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

restart step will fail though #FIXME

Until fixed ping @natefoo for reboot.

Clone this wiki locally