aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-07-09 15:57:20 -0700
committerJordan <me@jordan.im>2020-07-09 15:57:20 -0700
commit79cbc45cd2c83db5fc30686ffde93705ed298754 (patch)
tree373a048bf0d1236e0de7d375436bd4bb57a150da
parentee24bacda8d9015d9d3bb7c0c8d2b7633896cf80 (diff)
downloadroka-79cbc45cd2c83db5fc30686ffde93705ed298754.tar.gz
roka-79cbc45cd2c83db5fc30686ffde93705ed298754.zip
trim README
-rw-r--r--README18
1 files changed, 0 insertions, 18 deletions
diff --git a/README b/README
index e1db59f..cf9254b 100644
--- a/README
+++ b/README
@@ -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