Skip to content

Expedient/highspeed-webinterface-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.7%
  • Python 33.5%
  • CSS 20.8%