===============================================================================
Some setup and tweaking you must do manually if you haven't yet:
-
You will need to ensure that you have imagemagick installed on your machine. You can verify it is installed by checking the version of the mogrify command:
$ mogrify --version => Version: ImageMagick 6.8.6-3 2013-09-06 Q16 http://www.imagemagick.org
-
You will need to adapt your Devise implementation.
-
Curate
makes use of Resque for off-loading some of its work. And while you can run Resque inline (especially for development and testing), you will most likely need to setup a Redis instance. -
Review the available curate generators via
rails g | grep curate -i
. It is likely you will want to create your ownCurate
works.
===============================================================================