Commit 94eda505 authored by delanoe's avatar delanoe

[FIX] celery start command.

parent 4cf882c2
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
FILE=$(date +%Y%m%d-%H:%M:%S.log) FILE=$(date +%Y%m%d-%H:%M:%S.log)
source /srv/gargantext_env/bin/activate source /srv/gargantext_env/bin/activate
touch /var/log/gargantext/celery/$FILE && uwsgi gargantext.ini >> $FILE touch /var/log/gargantext/celery/$FILE && ./manage.py celery worker --loglevel=info >> $FILE
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment