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
10 (or :: instead of 0.0.0.0 for ipv4+ipv6)
14 http://127.0.0.1:5000/
15 or http://<ipaddress>:5000/
16 if the app is running on a different machine