2018-04-11 14:55:20 +02:00
|
|
|
# Usage
|
|
|
|
|
|
|
|
Install the dependencies, run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
export FLASK_APP=${BGPRANKING_HOME}/website/web/__init__.py
|
2018-11-28 11:50:06 +01:00
|
|
|
gunicorn --worker-class gevent -w 10 -b 0.0.0.0:5005 web:app
|
2018-04-11 14:55:20 +02:00
|
|
|
```
|
|
|
|
|