Created
June 1, 2016 07:42
-
-
Save alfhen/a4e4739dccd41c19739807624aa0c73c to your computer and use it in GitHub Desktop.
Installing ImageMagick for php5 on Ubuntu 14.04
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
sudo apt-get update | |
sudo apt-get install imagemagick -y | |
sudo apt-get install php5-imagick -y | |
sudo php5enmod imagick | |
sudo service php5-fpm restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the gist