mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-08 15:49:46 -04:00
switch flask requirement to recent release, suggest gunicorn for running the app
This commit is contained in:
parent
b0ed4b8128
commit
d75e8c394a
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue