Greenhous control
python setup.py install
Create wrapper script (e.g. wrapper.py):
from greenhous import app if __name__ == "__main__": app.run()
Execute the wrapper script:
python3 wrapper.py
gunicorn --bind 0.0.0.0:80 greenhouse:app