Skip to content

Instantly share code, notes, and snippets.

@tsolar
Last active January 3, 2016 06:59
Show Gist options
  • Save tsolar/8426198 to your computer and use it in GitHub Desktop.
Save tsolar/8426198 to your computer and use it in GitHub Desktop.
install mongo extension for PHP
apt-get install php5-dev php-pear make mongodb
pecl install mongo
echo 'extension=mongo.so' > /etc/php5/mods-available/mongodb.ini
cat /etc/php5/mods-available/mongodb.ini
ln -s /etc/php5/mods-available/mongodb.ini /etc/php5/fpm/conf.d/20-mongodb.ini
service php5-fpm restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment