aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-23 21:43:11 -0700
committerJordan <me@jordan.im>2020-09-23 21:43:11 -0700
commitf7055594aac17b2d5fd4e936a5924ece3e68cd63 (patch)
treea654130d7e51306abcffe7f8b4fa85001bf57578 /README
parent50eae99c1991295a4e32facea456d17e3c6a2c6c (diff)
downloadroka-f7055594aac17b2d5fd4e936a5924ece3e68cd63.tar.gz
roka-f7055594aac17b2d5fd4e936a5924ece3e68cd63.zip
update name to roka, support --scan, cleanup
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index cf9254b..fac2e80 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-audiobook-rss: stream directory of audiobooks to podcasting apps via RSS
+roka: stream directory of audiobooks to podcasting apps via RSS
-demo (no audio): https://demo.jordan.im/audiobook-rss/
-iOS podcast app: https://demo.jordan.im/audiobook-rss/apple-podcasts.png
+demo (no audio): https://demo.jordan.im/roka/
+iOS podcast app: https://demo.jordan.im/roka/apple-podcasts.png
installation
------------
@@ -12,9 +12,10 @@ b) install python dependencies flask and uwsgi
$ pip install --user flask uwsgi
-c) execute rebuild.py to populate audiobook JSON cache
+c) run roka.py with --scan to populate audiobook JSON cache (can be re-run to
+ update cache upon download of new books)
- $ ./rebuild.py
+ $ ./roka.py --scan
d) execute uwsgi.sh to start the server