From 0fa460e1b211a1507b5a874be1152a7496c2c66e Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Mon, 9 Nov 2020 16:28:41 +0100 Subject: [PATCH] some changes to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 &