A simple soundboard server to be run on an HTPC with a web interface. Getting to be not-so-simple now that we've added midi input, tags, user logins, and entrance music.
Requires: pygame, plus use pip to install packages from requirements.txt
- Create a virtualenv called flask
virtualenv flask
-
use that to install the contents of requirements.txt with pip (source flask\bin\activate;pip install -r requirements.txt)
-
install pygame into the flask folder
-
init the DB
dbcontrol.py db init
dbcontrol.py db migrate
dbcontrol.py db upgrade