Snippets

Etienne Ott install imagick

Created by Etienne Ott last modified
1
2
3
4
5
6
7
8
9
# When yum ask for input whether to install, enter y
yum install ImageMagick ImageMagick-devel

# When pecl asks for "imagick prefix" just hit enter without input
pecl install imagick

echo "extension=imagick.so" > /etc/php.d/imagick.ini

service httpd restart

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.