BGP-Ranking/website
Raphaël Vinot af6189bbfd chg: Use simplejson when possible & gunicorn for production. 2018-11-27 11:03:18 +01:00
..
web chg: Use simplejson when possible & gunicorn for production. 2018-11-27 11:03:18 +01:00
3drparty.sh new: Allow to select multiple sources, caching. 2018-07-31 14:21:06 +02:00
__init__.py chg: Move the querying module, add very simple web interface 2018-04-11 14:55:20 +02:00
readme.md chg: Use simplejson when possible & gunicorn for production. 2018-11-27 11:03:18 +01:00
requirements.txt chg: Use simplejson when possible & gunicorn for production. 2018-11-27 11:03:18 +01:00

readme.md

Usage

Install the dependencies, run

export FLASK_APP=${BGPRANKING_HOME}/website/web/__init__.py
gunicorn --worker-class gevent -w 10 -b 127.0.0.1:5005 web:app