forked from edward/owl-map
Compare commits
2 commits
fc34c2bdcf
...
3869ef32c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3869ef32c0 | ||
|
|
6beec54fd1 |
2 changed files with 16 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -2,3 +2,8 @@ venv
|
||||||
__pycache__
|
__pycache__
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
config/default.py
|
config/default.py
|
||||||
|
node_modules/
|
||||||
|
.vscode/
|
||||||
|
config.default
|
||||||
|
package-lock.json
|
||||||
|
config/
|
||||||
|
|
|
||||||
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…
Add table
Add a link
Reference in a new issue