forked from edward/owl-map
WIP setup instructions
This commit is contained in:
parent
6beec54fd1
commit
3869ef32c0
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# 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'
|
Loading…
Reference in a new issue