some readme stuff

This commit is contained in:
TinyAtoms 2020-08-02 11:54:47 -03:00
parent 43e5d71cec
commit b235f67be3
2 changed files with 4 additions and 3 deletions

View File

@ -42,6 +42,8 @@ Calibre 4.13 (I have not tested it with anything else atm, will be resolved late
`./CalibreWebCompanion` `./CalibreWebCompanion`
run `./manage.py runserver` run `./manage.py runserver`
# Ignore pretty much everything below if you're not working on the project
# Profiling # Profiling
To do profiling, you have to create some dummy users To do profiling, you have to create some dummy users

View File

@ -9,10 +9,9 @@
8. start nginx `sudo systemctl restart nginx` 8. start nginx `sudo systemctl restart nginx`
Slight issues with this atm: 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 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 3. where to do ssl?
4.
Suggestions: Suggestions: