Home
Install/Test:
git clone git://github.com/gdonald/Rated-on-Rails.git
cd Rated-on-Rails/config
cp database.yml.[sqlite3|mysql] database.yml
or
ln -s database.yml.[sqlite3|mysql] database.yml
cd ..
rake db:migrate
rake db:seed
script/server
Requires ImageMagick, this is the error you get on Ubuntu Linux of you don’t have it installed:
[paperclip] An error was received while processing: #<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream20091025-19719-1b5v941-0 is not recognized by the ‘identify’ command.>
Install ImageMagick:
apt-get install imagemagick
