Last active
August 29, 2015 14:01
-
-
Save jjsaunier/b30c7e26d69c126a359e to your computer and use it in GitHub Desktop.
PHP extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
apt-get update | |
apt-get upgrade | |
apt-get install apt-get install php5-dev | |
git clone git://github.com/nicolasff/phpredis.git | |
cd phpredis | |
phpize | |
./configure | |
make && make install | |
cd ../ | |
rm -r phpredis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment