ToastFreeware
/
chrisu
/
seepark.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca8e91
)
make web/README a bit more verbose
author
gregor herrmann
<gregor@toastfreeware.priv.at>
Sun, 5 Aug 2018 17:27:49 +0000
(19:27 +0200)
committer
gregor herrmann
<gregor@toastfreeware.priv.at>
Sun, 5 Aug 2018 17:27:49 +0000
(19:27 +0200)
web/README
patch
|
blob
|
history
diff --git
a/web/README
b/web/README
index cb74f0d29236881534311096fa53fece50df165d..e377dbd8b150833cbbb4fc84adda7493c816fbf5 100644
(file)
--- a/
web/README
+++ b/
web/README
@@
-3,10
+3,12
@@
Needed packages: (python3-flask python3-sqlalchemy) python3-mysqldb python3-flas
Start with:
FLASK_APP=seepark_web.py FLASK_DEBUG=1 SEEPARKINI=~/seewasser.ini flask run
-Go to:
-http://127.0.0.1:5000/
-
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