From 07ad6f20292b9b27d41ff1f28b30aea7373b5a3a Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 30 Aug 2014 18:12:59 -0400 Subject: [PATCH] Update read me to remove manual db create step --- Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9da91e4..6ec4053 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,6 @@ A python3 web app to record internet radio streams and present them in a podcast ### Installation - Checkout the source to somewhere on your system. 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. - Create a symbolic link in static/ pointing to files/output/. Command: `mkdir files/ ; mkdir files/output/ ; mkdir files/temp/ ; ln -s ../files/output static/test `