2021-02-15 20:11:24 +00:00
|
|
|
sudo pip3 install -e /code
|
2021-02-12 18:13:11 +00:00
|
|
|
psql -U orchestra -h postgres < /code/examples/createdb.sql
|
|
|
|
|
|
|
|
cd ~
|
|
|
|
django-admin.py startproject panel --template="/code/orchestra/conf/ribaguifi_template"
|
|
|
|
cp /code/examples/env.example panel/.env
|
|
|
|
|
2021-02-15 20:11:24 +00:00
|
|
|
cd panel
|
|
|
|
python3 manage.py setupcronbeat
|
|
|
|
python3 manage.py syncperiodictasks
|
|
|
|
|
|
|
|
#sudo apt-get install -y rabbitmq-server
|
|
|
|
|
|
|
|
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 python3 manage.py startservices
|
|
|
|
|
|
|
|
|
2021-02-12 18:13:11 +00:00
|
|
|
# python3 panel/manage.py migrate
|