Updated readme
This commit is contained in:
parent
437656d245
commit
a12e2ec81c
|
@ -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)
|
Loading…
Reference in New Issue