6 lines
178 B
Bash
6 lines
178 B
Bash
nohup bash /app/MsRewards-Reborn/sse.sh &
|
|
service grafana-server start
|
|
service nginx start
|
|
nohup redis-server &
|
|
gunicorn --reload --worker-class gevent -b 0.0.0.0:6666 'app:app'
|