diff --git a/webconsole/README.rst b/webconsole/README.rst index 01f9f2b..659fbfd 100644 --- a/webconsole/README.rst +++ b/webconsole/README.rst @@ -1 +1 @@ -flask --debug --app=brozzler-webconsole.py run --host=0.0.0.0 --port=8081 +gunicorn --bind=0.0.0.0:8081 brozzler-webconsole:app diff --git a/webconsole/requirements.txt b/webconsole/requirements.txt index 2e9e405..09b9c3f 100644 --- a/webconsole/requirements.txt +++ b/webconsole/requirements.txt @@ -1,2 +1,3 @@ -git+https://github.com/mitsuhiko/flask.git rethinkstuff>=0.1.5 +flask>=0.11 +gunicorn