- pyserial
- pyqt
- pygame
- flask
- autobahn
- crossbar
pip install -r requirements-examples.txt
There are two options:
if you installed crossbar you can run crossbar start
run docker-compose up
The Procfile
and requirements.txt
file are setup to make deploying to heroku simple.
- install the (Heroku CLI)[https://devcenter.heroku.com/articles/heroku-cli]
- create a new heroku project from this repository
$ heroku create
- push code to the heroku remote (this remote is auto added in the previous step)
$ git push heroku master
- you will now have a crossbar router running at the url generated by heroku