mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
run celery in terminal background for better debugging
This commit is contained in:
parent
f60dbde3dc
commit
fc5d6bc98c
2
run.sh
2
run.sh
@ -16,5 +16,5 @@ done
|
|||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
python manage.py collectstatic
|
python manage.py collectstatic
|
||||||
nginx &
|
nginx &
|
||||||
celery -A home.tasks worker --loglevel=INFO --detach
|
celery -A home.tasks worker --loglevel=INFO &
|
||||||
uwsgi --ini uwsgi.ini
|
uwsgi --ini uwsgi.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user