BIP KB Tag: imagemagick
ImageMagick [Imagick] PHP Class Broken Or Fails To Install
Introduction to Imagick
Some versions of CentOS (including the most recent 5.5) have an issue with a buggy 6.4.8 RPM version of ImageMagick. This version prevents the Imagick PHP class from working properly and also prevents the extension from being installed via PECL.
If you are using this PHP class on your site, you will see an error something like:
Fatal error: Class 'Imagick' not found in /home/user/public_html/file.ph...
By peggy, January 24, 2015
How To Create Your Own Store In Minutes With Rails & Spree
Spree is a 100% open source e-commerce platform. In this tutorial you will learn how to install and creating your own store front in minutes.
About Spree
Spree is a gem, but the latest version, 2.0, is not yet compatible with Rails 4. One of the best things about 2.0 is its new API, with which you can create a mobile version of your store.
There are also a ton of useful apps you can use, such as:
spree_s...
By chris, October 8, 2015