this repository is an example deployment of snorkel.lite that can be cloned and used to run a snorkel instance with custom configuration.
# make a virtualenv called 'dev'
virtualenv -p python2 dev
source dev/bin/activate
# install snorkel-lite
pip install snorkel-lite
# run the web server
PORT=2333 ENV=local.py python2 app.py
# add a regular user
flask add-user <name>
# setup superuser
flask add-superuser <name>
# get auth token
flask get-user-token <name>
# edit config/local.py
# edit app.py