public this repo is viewable by everyone
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/insoshi/insoshi.git
Added 1st cut of installation readme
Put a .gitignore in the log directory
Michael Hartl (author)
2 months ago
commit  b514ef998fc69f05c2108cf7d9d72cdb0d579871
tree    a39d2b7613dd4fdf01f45d12c666388ce189ab82
parent  fa249934b244cf18d5a9b6647a5cc706afa31599
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0
@@ -0,0 +1,22 @@
0
+Here's how to start with insoshi.
0
+
0
+$ git clone git://67.207.136.60/instantsocial.git
0
+$ cp config/database.example config/database.yml
0
+$ git checkout -b <your name>
0
+$ rake db:migrate:both
0
+$ rake
0
+
0
+It might fail at this point. If the error message indicates a problem with the Photo controller, follow these directions to install ImageScience:
0
+
0
+Download FreeImage from http://freeimage.sourceforge.net/download.html
0
+(no ./configure step)
0
+$ make
0
+$ sudo make install
0
+$ sudo gem install image_science
0
+
0
+If working on developing the application, continue by loading the sample data.
0
+
0
+$ rake db:sample_data:load
0
+
0
+To reload the sample data later on, run
0
+$ rake db:sample_data:reload
0
\ No newline at end of file

Comments

    No one has commented yet.