Docs: update and simplify docs

This commit is contained in:
Pieter Vander Vennet 2025-07-05 23:45:10 +02:00
parent eab010a13e
commit a077a5ee79
2 changed files with 31 additions and 13 deletions

View file

@ -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 &
```