From 79cbc45cd2c83db5fc30686ffde93705ed298754 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 9 Jul 2020 15:57:20 -0700 Subject: trim README --- README | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'README') 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 -- cgit v1.2.3-54-g00ecf