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