Skip to content

Instantly share code, notes, and snippets.

@trevorgreenleaf
Created December 27, 2017 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorgreenleaf/5c6954b9e5c8e22622cbf53fa576f066 to your computer and use it in GitHub Desktop.
Save trevorgreenleaf/5c6954b9e5c8e22622cbf53fa576f066 to your computer and use it in GitHub Desktop.
Install Imagick on Server
apt-get update
apt-get install php-imagick
service php7.0-fpm restart
service nginx restart
@trevorgreenleaf
Copy link
Author

You may need to run them as sudo user

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