BGP-Ranking/website
Raphaël Vinot 94b79ce19b new: Add link to github 2019-01-09 16:48:45 +01:00
..
web new: Add link to github 2019-01-09 16:48:45 +01:00
3drparty.sh chg: Bump bootstrap-select 2019-01-04 12:07:10 +01: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