NIWPI/GEOIP/readme

8 lines
250 B
Plaintext
Raw Normal View History

2018-12-17 15:55:58 +01:00
How to make GEOIP runnin g on your server (debian + apache2)
2018-12-17 15:50:12 +01:00
2018-12-17 15:55:58 +01:00
Need to install some package first:
2018-12-17 15:50:12 +01:00
2018-12-17 15:55:58 +01:00
```apt-get install -y geoip-bin geoip-database libgeoip-dev libgeoip1 libapache2-mod-geoip php-geoip```
2018-12-17 15:50:12 +01:00
2018-12-17 15:55:58 +01:00
And Copy ths updater-script: updater-geoip.sh