Skip to content

Instantly share code, notes, and snippets.

@alkavan
Last active December 18, 2015 13:39
Show Gist options
  • Save alkavan/5791462 to your computer and use it in GitHub Desktop.
Save alkavan/5791462 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo yum install gcc make php-devel geoip geoip-devel
sudo pecl install geoip
ls /usr/lib64/php/modules/geoip.so
echo -e "; Enable geoip extension module\nextension=geoip.so\n" >> /etc/php.d/geoip.ini
echo -e "Done installing GeoIP PHP extention!\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment