From 48d29ef0d40d003b86495d96dde8d4240a7d0451 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sun, 5 Aug 2018 19:27:49 +0200 Subject: [PATCH] make web/README a bit more verbose --- web/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/web/README b/web/README index cb74f0d..e377dbd 100644 --- 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://:5000/ +if the app is running on a different machine -- 2.47.3