python server.py source .venv/bin/activate pip -r install requirements.txt gunicorn --bind 0.0.0.0:8000 wsgi:app todo: Create jenkins script or Travis to automate this