espen / balder

Balder - Open source Ruby on Rails photo gallery
http://balderapp.com
MIT License
262 stars 97 forks source link

fail #17

Closed ricardopacheco closed 13 years ago

ricardopacheco commented 13 years ago

Ricardo-Pachecos-iMac:balder ricardopacheco$ bundle exec rake db:migrate (in /Users/ricardopacheco/Sites/balder) rake aborted! Command 'exiftool' not found

espen commented 13 years ago

Either install exiftool or remove the reference to the "mini_exiftool" gem in the Gemfile and remove "before_create :exif_read" in photo.rb. That code will read exif from the image and store it in the database (title, tags, description, geolocation).

Exiftool can be found at http://www.sno.phy.queensu.ca/~phil/exiftool/