1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 22:14:02 +02:00

Side identifiers cannot begin with le/la/les/l'/the

This commit is contained in:
Yohann D'ANELLO
2020-02-10 17:51:09 +01:00
parent 53ea1288c1
commit 3d81977dbd
3 changed files with 24 additions and 15 deletions

View File

@ -11,19 +11,21 @@ sleep 2
python manage.py migrate
python manage.py collectstatic --no-input
python manage.py runserver 0.0.0.0:8000
# harakiri parameter respawns processes taking more than 20 seconds
# max-requests parameter respawns processes after serving 5000 requests
# vacuum parameter cleans up when stopped
uwsgi --chdir="$(pwd)" \
--module=med.wsgi:application \
--env DJANGO_SETTINGS_MODULE=med.settings \
--master \
--pidfile="$(pwd)/uwsgi.pid" \
--socket="$(pwd)/uwsgi.sock" \
--processes=5 \
--chmod-socket=600 \
--harakiri=20 \
--max-requests=5000 \
--vacuum \
--daemonize="$(pwd)/uwsgi.log" \
--protocol=fastcgi
#uwsgi --chdir="$(pwd)" \
# --module=med.wsgi:application \
# --env DJANGO_SETTINGS_MODULE=med.settings \
# --master \
# --pidfile="$(pwd)/uwsgi.pid" \
# --socket="$(pwd)/uwsgi.sock" \
# --processes=5 \
# --chmod-socket=600 \
# --harakiri=20 \
# --max-requests=5000 \
# --vacuum \
# --daemonize="$(pwd)/uwsgi.log" \
# --protocol=fastcgi