https://bitbucket.org/cmungall/galaxy-obo
Raw File
Tip revision: 3e0af213ccd1388ef0107156903a309bf423b0bd authored by Chris Mungall on 31 May 2013, 17:50:52 UTC
add amelias scripts
Tip revision: 3e0af21
setup_rabbitmq.sh
#!/bin/sh

cd `dirname $0`
python scripts/galaxy_messaging/server/setup_rabbitmq.py universe_wsgi.ini
back to top