Today in this video we will show you how to install Imagick on a cPanel/WHM server. A quick guide on how to install imagick on cPanel Server. Read step by step guidelines and do it by yourself.
To install Imagick on a cPanel/WHM server:
1st method
SSH into your server (if you don't have an SSH client we recommend Putty)
Install it by typing: yum install ImageMagick ImageMagick-devel-y
The installation will take a minute or two and may install successfully
Now run the following command to see all PHP versions
find/opt/cpanel/ -iname pecl/grep bin
Now you can see all php version
After this you need to run the command for each php version you want to apply
/opt/cpanel/ea-php71/root/usr/bin/pecl install imagick
2nd Method
Login to your WHM
Go to Software and then Module Installers
Look for PHP Pecl (manage)
Select the php version
In the box below 'Install a PHP Pecl' enter: imagick
Click the 'Install Now' button
Imagick will now be automatically installed by WHM on your cPanel server.
That's it!!!