Revision 6304c816c9c5bd1bd60bedae42aa70b98bfeb1cf authored by John Chilton on 15 January 2015, 21:01:33 UTC, committed by John Chilton on 15 January 2015, 21:01:33 UTC
1 parent 136239b
Raw File
run_demo_sequencer.sh
#!/bin/sh

cd `dirname $0`
python ./scripts/paster.py serve demo_sequencer_wsgi.ini --pid-file=demo_sequencer_webapp.pid --log-file=demo_sequencer_webapp.log $@
back to top