For installing ImageMagick on a Cpanel server manually you will need to take the following steps:
- Log into your server as root
- Create a new directory as below :
mkdir /home/cpimins - cd /home/cpimins
- wget http://layer1.cpanel.net/magick.tar.gz
- tar zxvf magick.tar.gz
- cd magick
- /scripts/installrpm ImageMagick
- /scripts/installrpm ImageMagick-devel
- sh ./install
Or you can install ImageMagick and ImageMagic-devel through WHM by taking the following steps:
- Login to WHM https://<ip_address>:2087.
- Go to 'Main >> Software >> Install a RPM'.
- Select to install ImageMagick and ImageMagic-devel.