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 --ini hswi.ini