cd PatrowlHears
git pull
docker build .
docker-compose down
docker-compose up --force-recreate
cd PatrowlHears
git pull
cd backend_app
source env/bin/activate
python manage.py collectstatic --noinput
python manage.py makemigrations
python manage.py migrate
supervisorctl -s http://localhost:9002 restart all
supervisord -c var/etc/supervisord.conf
sleep 3
supervisorctl -s http://localhost:9002 status
gunicorn -b 127.0.0.1:8083 backend_app.wsgi:application --timeout 300
sudo nginx -s reload
deactivate
Don't panic! The community could help you as soon as you double-checked your issue and its undoubtedly related to PatrowlHears installation:
- Contact us at
getsupport@patrowl.io
, or - Chat with us on Gitter