Commit 55b78035 authored by sim's avatar sim

Remove old startup scripts

parent 522029f8
#!/bin/bash
FILE="/var/log/gargantext/celery/$(date +%Y%m%d-%H:%M:%S).log"
source /srv/env_3-5/bin/activate
./manage.py celery worker -f $FILE
#!/bin/bash
# Script to start uwsgi
uwsgi /srv/gargantext/gargantext.ini
echo "To reload UWSGI: touch /tmp/gargantext.reload"
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