chaloBEST/gateway/run_gateway.sh

10 lines
147 B
Bash
Raw Normal View History

#!/bin/bash
#
# Launch the router. Put this file in /srv/smsBEST/bin.
#
cd /srv/smsBEST
source bin/activate
cd gateway
python manage.py runrouter