install and up services

This commit is contained in:
Cayo Puigdefabregas 2021-02-16 13:55:16 +01:00
parent 6e03d7bd54
commit d22aebf68a
1 changed files with 5 additions and 4 deletions

View File

@ -9,15 +9,16 @@ cd panel
python3 manage.py setupcronbeat
python3 manage.py syncperiodictasks
#sudo apt-get install -y rabbitmq-server
sudo apt-get install -y rabbitmq-server
sudo python3 manage.py setupcelery --username orchestra
sudo python3 manage.py setuplog
python3 manage.py collectstatic --noinput
#sudo apt-get install -y nginx-full uwsgi uwsgi-plugin-python3
#sudo python3 manage.py setupnginx --user orchestra
sudo apt-get install -y nginx-full uwsgi uwsgi-plugin-python3
sudo python3 manage.py setupnginx --user orchestra
#sudo python3 manage.py startservices
sudo python3 manage.py startservices
# python3 panel/manage.py migrate