]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/README
make web/README a bit more verbose
[chrisu/seepark.git] / web / README
index 7458e9fc52e47cc3f5e367ad3c18390001c84f8d..e377dbd8b150833cbbb4fc84adda7493c816fbf5 100644 (file)
@@ -1,12 +1,14 @@
-Needed package: python3-flask
+Needed packages: (python3-flask python3-sqlalchemy) python3-mysqldb python3-flask-sqlalchemy
 
 Start with:
 
 Start with:
-FLASK_APP=seepark_web.py FLASK_DEBUG=1 flask run
-
-Go to:
-http://127.0.0.1:5000/
+FLASK_APP=seepark_web.py FLASK_DEBUG=1 SEEPARKINI=~/seewasser.ini flask run
 
 Option:
 -h 0.0.0.0
 
 Option:
 -h 0.0.0.0
-to listen on all interfaces
+at the end to listen on all interfaces, i.e.
+FLASK_APP=seepark_web.py FLASK_DEBUG=1 SEEPARKINI=~/seewasser.ini flask run -h 0.0.0.0
 
 
+Go to:
+http://127.0.0.1:5000/
+or http://<ipaddress>:5000/
+if the app is running on a different machine