aakashshukla
aakashshukla

Reputation: 25

Photo is not uploading through paperclip gem in rails

I have used paperclip for the uploading photos. While saving data i am getting the following error

ERROR Original Error: ImageMagick/GraphicsMagick is not installed

Please help me.

Upvotes: 0

Views: 32

Answers (1)

Swapnil Patil
Swapnil Patil

Reputation: 942

try this:

sudo apt-get install imagemagick

Upvotes: 2

Related Questions