2023-10-04 18:06:58 +02:00
|
|
|
nohup bash /app/MsRewards-Reborn/sse.sh &
|
2023-08-24 13:53:51 +02:00
|
|
|
service grafana-server start
|
2023-08-24 13:05:44 +02:00
|
|
|
service nginx start
|
2023-10-02 21:55:56 +02:00
|
|
|
nohup redis-server &
|
2023-10-03 00:23:06 +02:00
|
|
|
gunicorn --reload --worker-class gevent -b 0.0.0.0:6666 'app:app'
|