Skip to content

Instantly share code, notes, and snippets.

@alfhen
Created June 1, 2016 07:42
Show Gist options
  • Save alfhen/a4e4739dccd41c19739807624aa0c73c to your computer and use it in GitHub Desktop.
Save alfhen/a4e4739dccd41c19739807624aa0c73c to your computer and use it in GitHub Desktop.
Installing ImageMagick for php5 on Ubuntu 14.04
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
@gilzonme
Copy link

Thanks for the gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment