clone the repo
pip install virtualenv
virtualenv --python=python3.5 venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
1.install nginx
2.copy the repo to /var/www/
3.copy the nginx.conf to /etc/nginx/sites-enabled/default
pip install uwsgi
cd /var/www/BNav
uwsgi --ini BNav.ini
an example site can be find at 47.106.108.89 temporarily
some specific location data might be inaccurate