Updated readme
This commit is contained in:
parent
fc30a1a6d3
commit
a057d9d13b
10
Readme.md
10
Readme.md
@ -8,11 +8,19 @@ A python3 web app to record internet radio streams and present them in a podcast
|
||||
- sqlite3
|
||||
- jinja2
|
||||
- cherrypy
|
||||
- feedgen
|
||||
- uwsgi
|
||||
- mkvmerge
|
||||
- avconv
|
||||
|
||||
### Installation
|
||||
|
||||
- Checkout the source to somewhere on your hard disk. In the examples below, the path to the root of the source is /home/streamrecord/app/. Cd to here.
|
||||
- Use the sqlite3 command line client to called "db.sqlite", and execute the two create table queries in lib/database.py. Syntax is: `sqlite3 db.sqlite '<query here>'.
|
||||
- Write the config for uwsgi, start that daemon
|
||||
- Write the config for nginx, and view the page.
|
||||
|
||||
Podcast usage: each schedule has a numerical id. To view the podcast, http://my.server/api/getPodcast?id=<number>
|
||||
|
||||
### Uwsgi config
|
||||
|
||||
Something like:
|
||||
|
Loading…
x
Reference in New Issue
Block a user