diff options
author | Jordan <me@jordan.im> | 2020-07-09 15:57:20 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2020-07-09 15:57:20 -0700 |
commit | 79cbc45cd2c83db5fc30686ffde93705ed298754 (patch) | |
tree | 373a048bf0d1236e0de7d375436bd4bb57a150da | |
parent | ee24bacda8d9015d9d3bb7c0c8d2b7633896cf80 (diff) | |
download | roka-79cbc45cd2c83db5fc30686ffde93705ed298754.tar.gz roka-79cbc45cd2c83db5fc30686ffde93705ed298754.zip |
trim README
-rw-r--r-- | README | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -8,24 +8,6 @@ installation a) copy and populate app.cfg and uwsgi.ini from examples - $ cp app.cfg.example app.cfg - $ cp uwsgi.ini.example uwsgi.ini - $ cat app.cfg - - ROOT_PATH = '/path/to/audiobooks' - USERNAME = 'username' - PASSWORD = 'password' - - $ cat uwsgi.ini - - [uwsgi] - http = 127.0.0.1:8085 - processes = 2 - threads = 4 - wsgi-file = run.py - callable = app - master = true - b) install python dependencies flask and uwsgi $ pip install --user flask uwsgi |