MDL-63303 message: fix bugs in message drawer
[moodle.git] / lib / maxmind / readme_moodle.txt
blobe960210a053d71719015de3fb7e5e45a4901234b
1 GeoIP2 PHP API
2 ==============
4 No changes from the upstream version have been made, it is recommended by upstream
5 to install these depdencies via composer - but the composer installation is bundled
6 with a load of test files, shell scripts etc (and we don't use composer to manage
7 'production depdendencies') so we have to do it manually.
9 Information
10 -----------
12 URL: http://maxmind.github.io/GeoIP2-php/
13 License: Apache License, Version 2.0.
15 Installation
16 ------------
18 1) Download the latest versions of GeoIP2-php and MaxMind-DB-Reader-php
19 wget https://github.com/maxmind/GeoIP2-php/archive/v2.6.0.zip
20 wget https://github.com/maxmind/MaxMind-DB-Reader-php/archive/v1.1.3.zip
22 2) Unzip the archives
23 unzip v2.6.0.zip
24 unzip v1.1.3.zip
26 3) Move the source code directories into place
27 mv GeoIP2-php-2.6.0/src/ /path/to/moodle/lib/maxmind/GeoIp2/
28 mv MaxMind-DB-Reader-php-1.1.3/src/MaxMind/ /path/to/moodle/lib/maxmind/MaxMind/
30 4) Run unit tests on iplookup/tests/geoip_test.php with PHPUNIT_LONGTEST defined.