Updated readme

This commit is contained in:
Dominik V. Salonen 2016-02-02 21:48:13 +01:00
parent 437656d245
commit a12e2ec81c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Recommended:
* Do ``cp conf.py.sample conf.py``
* Edit ``conf.py`` so that the information is correct
* `sqlite3 files.db < schema.sql`
* If possible, make it listen on ``127.0.0.1`` and then use something like nginx as a reverse proxy. For security purposes. Using gunicorn and the WSGI entry point is even better if you know how to do that.
* If possible, make it listen on ``127.0.0.1`` and then use something like nginx as a reverse proxy for security purposes. Using gunicorn and the WSGI entry point is even better if you know how to do that.
* ``chmod +x run.py`` and then ``./run.py``
* ???
* PROFIT (Hopefully)