# Startup
Run supervisor
`/usr/bin/supervisord`
Tail log file
`tail -f /var/log/uwsgi/app/app.log``/opt/redis/redis-stable/src/redis-server &``celery worker -A celery_worker.celery --loglevel=info &`
If using on Production Server
`/usr/bin/nohup /usr/bin/supervisord &`