forked from edward/owl-map
doc: README: Add more information about download of geoip files
This commit is contained in:
parent
2f35dd712c
commit
92456553e6
12
README.md
12
README.md
|
@ -10,9 +10,17 @@
|
||||||
* create postgres user
|
* create postgres user
|
||||||
* `$ sudo su postgres`
|
* `$ sudo su postgres`
|
||||||
* `$ createuser --interactive` -> owl
|
* `$ createuser --interactive` -> owl
|
||||||
|
* create the db tables
|
||||||
* setup a venv
|
* setup a venv
|
||||||
* enter the venv, e.g. in pycharm
|
* enter the venv, e.g. in pycharm
|
||||||
* `$ pip install -r requirements.txt`
|
* `$ pip install -r requirements.txt`
|
||||||
* cp config/examply.py config/default.py
|
* `$ cp config/example.py config/default.py`
|
||||||
* setup /var/lib/data/GeoLite2/GeoLite2-City.mmdb somehow
|
* download id-tagging-schema
|
||||||
|
* `$ git clone https://github.com/openstreetmap/id-tagging-schema`
|
||||||
|
* adjust paths in default.py
|
||||||
|
* download geoip databases
|
||||||
|
* https://git.io/GeoLite2-City.mmdb
|
||||||
|
* `$ pacman -S geoip-database-extra` in ArchLinux or https://dl.miyuru.lk/geoip/maxmind/city/maxmind4.dat.gz
|
||||||
|
* adjust default.py
|
||||||
|
* run the tests
|
||||||
* run 'python web_view.py'
|
* run 'python web_view.py'
|
||||||
|
|
Loading…
Reference in a new issue