From b235f67be3e0f3317f8915a1022d411ea7f81fc1 Mon Sep 17 00:00:00 2001 From: TinyAtoms Date: Sun, 2 Aug 2020 11:54:47 -0300 Subject: [PATCH] some readme stuff --- README.md | 2 ++ deployment/instructions.md | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 227d7a0..ea5a5b7 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Calibre 4.13 (I have not tested it with anything else atm, will be resolved late `./CalibreWebCompanion` run `./manage.py runserver` +# Ignore pretty much everything below if you're not working on the project + # Profiling To do profiling, you have to create some dummy users diff --git a/deployment/instructions.md b/deployment/instructions.md index c2ab664..bf06759 100644 --- a/deployment/instructions.md +++ b/deployment/instructions.md @@ -9,10 +9,9 @@ 8. start nginx `sudo systemctl restart nginx` Slight issues with this atm: -1. allowed host in settings.json needs to have the ip/host/thing it will be used, as does line 47 from nginx.conf +1. server_name in nginx.conf needs to be changed 2. User needs to be edited in nginx.conf, now it's just my user acc. This affectd step 4-6 -3. logging location of nginx and gunicorn need to be changed. gunicorn in ./CalibreWebCompanion/gunicorn.conf.py and nginx in the conf -4. +3. where to do ssl? Suggestions: