BGP-Ranking/website
Raphaël Vinot 36003a6a02 new: Add Python client, rework API accordingly. 2019-01-08 12:40:07 +01:00
..
web new: Add Python client, rework API accordingly. 2019-01-08 12:40:07 +01:00
3drparty.sh
__init__.py
readme.md
requirements.txt

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