From: gregor herrmann Date: Wed, 30 May 2018 23:48:02 +0000 (+0200) Subject: add minimal README X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/0ed388df909db4afd4b720c016d6b842b5bcb82a?hp=5e74f5faa53937f4501651c842f4b900acb4d1c5 add minimal README --- diff --git a/web/README b/web/README new file mode 100644 index 0000000..7458e9f --- /dev/null +++ b/web/README @@ -0,0 +1,12 @@ +Needed package: python3-flask + +Start with: +FLASK_APP=seepark_web.py FLASK_DEBUG=1 flask run + +Go to: +http://127.0.0.1:5000/ + +Option: +-h 0.0.0.0 +to listen on all interfaces +