I've tried out various things, yet have not found out how to make it work.
I was looking for a solution to this as well. I posted this question on the Cloud9 Community about it. Thanks to information from there and from here, I finally got it working in my C9 workspace. :)
Here are the steps that worked for me:
1. Update apt-get packages inside the C9 terminal
$ sudo apt-get update
2. Install imagemagick command-line tools via apt-get
$ sudo apt-get install imagemagick
3. Install php5-imagick module via apt-get
$ sudo apt-get install php5-imagick
You can then confirm the php5-imagick module is installed with:
$ php -m
I see the answer here kinda broken into many posts. the command in the Cloud 9 terminal is "sudo apt-get install imagemagick"
once it is installing you will get a message asking => "After this operation, 8852 kB of additional disk space will be used. Do you want to continue? [Y/n]
enter "Y" and you are good to go.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With