1 Needed packages: (python3-flask python3-sqlalchemy) python3-mysqldb python3-flask-sqlalchemy
4 FLASK_APP=seepark_web.py FLASK_DEBUG=1 SEEPARKINI=~/seewasser.ini flask run
8 at the end to listen on all interfaces, i.e.
9 FLASK_APP=seepark_web.py FLASK_DEBUG=1 SEEPARKINI=~/seewasser.ini flask run -h 0.0.0.0
12 http://127.0.0.1:5000/
13 or http://<ipaddress>:5000/
14 if the app is running on a different machine