I'm trying to setup an IronWorker with PHP, and need to add the Imagick PECL extension or debian package's URL to the IronWorker .worker configuration.
I've located the package for Ubuntu 12.04 on the above mentioned link, but I'm not sure how to get a direct URL to the .deb file. Can anyone help?
Typically one would install this with
sudo apt-get install php5-imagick
,but since I'm using an IronWorker, I need the link to the .deb file directly.