Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 395 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 395 Bytes

To start up the application:

run from terminal with:

export FLASK_APP=flaskFluxV4.py

nohup /usr/bin/python3 -m flask run --host=0.0.0.0 -p 9097 --with-threads &