MsRewards-Reborn/Flask/start.sh

5 lines
136 B
Bash
Raw Normal View History

2023-08-24 13:53:51 +02:00
service grafana-server start
service nginx start
nohup redis-server &
2023-10-03 00:23:06 +02:00
gunicorn --reload --worker-class gevent -b 0.0.0.0:6666 'app:app'