MsRewards/Flask/start.sh

5 lines
141 B
Bash

service grafana-server start
service nginx start
nohup redis-server &
gunicorn --reload -w 1 --worker-class gevent -b 0.0.0.0:6666 'app:app'