BGP-Ranking/website
Raphaël Vinot c71b2bdf7c new: Proxy for direct calls to IPASN History 2019-01-03 18:59:19 +01:00
..
web new: Proxy for direct calls to IPASN History 2019-01-03 18:59:19 +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: BGP Ranking webserver should listen on 0.0.0.0 2018-11-28 11:50:06 +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 0.0.0.0:5005 web:app