Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 554 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 554 Bytes

highspeed-webinterface

install flask "pip install flask"

download and unzip highspeed-webinterface

run the app "python app.py"

This should start a webserver on you local system on port 5000

connect to the web app http://localhost:5000

TURN OFF DEBUGGING in app.py Set "debug=True" to FALSE before you deploy to production.

TODO:

  • Docker/Container
  • load balance
  • Nginx deployment/ncbot

uWSGI Deployment Command

uwsgi --http :9090 -w app:app
uwsgi --ini hswi.ini