forked from MapComplete/MapComplete
Docs: update and simplify docs
This commit is contained in:
parent
eab010a13e
commit
a077a5ee79
2 changed files with 31 additions and 13 deletions
|
@ -45,9 +45,9 @@ A simple server logging everything it receives
|
|||
Provides geolocation based on
|
||||
|
||||
```
|
||||
git clone https://github.com/pietervdvn/geoip-server
|
||||
git clone https://source.mapcomplete.org/MapComplete/geoip-server.git
|
||||
cd geoip-server
|
||||
mkdir data
|
||||
# Drop the databases from https://lite.ip2location.com/ in the data dir
|
||||
npm run start
|
||||
# Drop the databases from https://lite.ip2location.com/ in the data dir; #IP-COUNTRY-with latitude/longitude; from https://lite.ip2location.com/database/db5-ip-country-region-city-latitude-longitude
|
||||
nohup npm run start >> data/log.txt &
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue