MsRewards-Reborn/Flask/start.sh
2023-10-03 00:23:06 +02:00

5 lines
136 B
Bash

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