0
@@ -33,18 +33,22 @@ http://docs.insoshi.com
0
-You'll need to install FreeImage, SQLite, and (optionally) MySQL. Install instructions for all three are easy to find using Google.
0
+You'll need to install FreeImage or some other image processor (such as ImageMagick/RMagick), SQLite, and (optionally) MySQL. Install instructions for all three are easy to find using Google.
0
You probably have Rails already, but might not have the others.
0
$ sudo gem install rails
0
-$ sudo gem install image_science
0
$ sudo gem install ferret
0
$ sudo gem install sqlite3-ruby
0
$ sudo gem install mysql
0
+If you're using FreeImage/ImageScience, you'll also need the image_science gem:
0
+$ sudo gem install image_science
0
Here are the steps to get up and running with the Insoshi Rails app.
0
@@ -94,7 +98,7 @@ Then prepare the test database and run the tests (which are actually RSpec examp
0
-If the tests fail in the Photos controller test, double-check that FreeImage and the image_science gem are installed.
0
+If the tests fail in the Photos controller test, double-check that an image processor is properly installed.
0
### Loading sample data
Comments
No one has commented yet.