forked from piair/MsRewards-Reborn
6 lines
214 B
Bash
6 lines
214 B
Bash
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'
|