public
Fork of insoshi/insoshi
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/toim/insoshi.git
Removed strict image_science dependency
Michael Hartl (author)
Fri May 09 10:11:26 -0700 2008
commit  7cd47c9b7ebc130b0a8d394f22578b37a7753640
tree    d66dfeb0028cbb6d46854d52dd4f298fb06074e6
parent  b5f56abed08996a3dd7cb7aa5d75f315bbfa5ecc
0
...
33
34
35
36
 
37
38
39
40
41
42
43
44
45
46
47
 
 
 
 
 
48
49
50
...
94
95
96
97
 
98
99
100
...
33
34
35
 
36
37
38
39
40
41
42
 
43
44
45
46
47
48
49
50
51
52
53
54
...
98
99
100
 
101
102
103
104
0
@@ -33,18 +33,22 @@ http://docs.insoshi.com
0
 
0
 ### Libraries
0
 
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
 
0
 ### Gems
0
 
0
 You probably have Rails already, but might not have the others.
0
 
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
 
0
+If you're using FreeImage/ImageScience, you'll also need the image_science gem:
0
+
0
+$ sudo gem install image_science
0
+
0
+
0
 ## Installing the app
0
 
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
 $ rake db:test:prepare
0
 $ rake spec
0
 
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
 
0
 ### Loading sample data
0
 

Comments

    No one has commented yet.