From: Philipp Spitzer Date: Sun, 26 Aug 2018 18:01:09 +0000 (+0200) Subject: Add waitress configuration to README. X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/eeeeaccabf9f392a4335958bcc1b783b718a59f2?hp=6d184c0177af1000cac5ff6c4edf6a754f827577 Add waitress configuration to README. --- diff --git a/web/README b/web/README index 2b6b555..30797ed 100644 --- a/web/README +++ b/web/README @@ -44,8 +44,8 @@ def create_app(): return app 3) -run: -SEEPARKINI=~/seewasser.ini waitress-serve --port 8765 --call 'web.seepark_web:create_app' +run (in folder web): +SEEPARKINI=~/seewasser.ini waitress-serve --port 8765 'seepark_web:app' links: