mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-04-20 11:21:48 +02:00
4 lines
98 B
Bash
4 lines
98 B
Bash
service grafana-server start
|
|
service nginx start
|
|
gunicorn --reload -w 1 -b 0.0.0.0:6666 'app:app'
|