mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
switch flask requirement to recent release, suggest gunicorn for running the app
This commit is contained in:
parent
b0ed4b8128
commit
d75e8c394a
@ -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
|
||||
|
@ -1,2 +1,3 @@
|
||||
git+https://github.com/mitsuhiko/flask.git
|
||||
rethinkstuff>=0.1.5
|
||||
flask>=0.11
|
||||
gunicorn
|
||||
|
Loading…
x
Reference in New Issue
Block a user