The Server used to control Centinel nodes in the wild.
Get the maxind geolocation database by running
$ mkdir ~/.centinel
$ curl http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz -o ~/.centinel/maxmind.db
$ apt-get install python-flask python-passlib python-flask-httpauth python-flask-sqlalchemy
$ pip install geoip2
$ python run.py
$ pip install flask flask-httpauth flask-sqlalchemy passlib
$ python run.py
$ pip install flask flask-httpauth flask-sqlalchemy passlib geoip2
* Unix