diff --git a/README.md b/README.md index f39f49f..ee163c4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ purpose: gather data from intern(WMDE) and extern(volunteers) forms to create a django 3.1.1 django-formtools 2.2 whitenoise 5.2.0 + gunicorn 20.0.4 ## production setup @@ -28,3 +29,7 @@ edit /secrets.json to contain something similar to add to cron one time a day: python manage.py sendmails + +server starts with + + nohup gunicorn --forwarded-allow-ips="*" -b '0:8000' foerderbarometer.wsgi 2&> logfile &