MsRewards-Reborn/Flask/start.sh

6 lines
214 B
Bash
Raw Permalink Normal View History

2024-02-28 14:40:12 +01:00
nohup redis-server &> nohup_redis.out &
nohup bash /app/MsRewards-Reborn/sse.sh &> nohup_sse.out &
service grafana-server start
service nginx start
gunicorn --reload --worker-class gevent -b 0.0.0.0:6666 'app:app'