owl-map/README.md

12 lines
300 B
Markdown
Raw Normal View History

2024-05-04 21:03:47 +01:00
# OWL-MAP
## Setup
* clone the project
* install geoip and postgres from your local package manager
* setup av venv
* enter the venv
* run 'pip install -r requirements.txt'
* cp config/examply.py config/default.py
* setup /var/lib/data/GeoLite2/GeoLite2-City.mmdb somehow
* run 'python web_view.py'