Compare commits

..

No commits in common. "3869ef32c0174c819330889dc80fcba23e8c50a8" and "fc34c2bdcf498cd994ad13a5f20ed167466da58c" have entirely different histories.

2 changed files with 0 additions and 16 deletions

5
.gitignore vendored
View file

@ -2,8 +2,3 @@ venv
__pycache__ __pycache__
.mypy_cache/ .mypy_cache/
config/default.py config/default.py
node_modules/
.vscode/
config.default
package-lock.json
config/

View file

@ -1,11 +0,0 @@
# 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'