public
Description: a ruby on rails plugin to create and display a social feed
Homepage: http://upstream-berlin.com/blog/open-source/#social_feed
Clone URL: git://github.com/langalex/social_feed.git
Search Repo:
added more installation instructions
Alexander Lang (author)
Fri Apr 25 06:27:44 -0700 2008
commit  96ee7079039b3c4dd4b8b5ed2b0ebf6ebb7e206b
tree    b5ddfcbc1e15eead5aa729c163b35344754c93d3
parent  78fc72bd94c7c64ffa4c5b29d66ccccdbae66608
0
...
21
22
23
24
 
 
 
 
 
 
 
 
 
 
 
 
25
26
27
...
21
22
23
 
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
0
@@ -21,7 +21,18 @@
0
 Installation
0
 ============
0
 
0
-see the INSTALL file
0
+If you are on rails edge (which supports git) you can simply do a
0
+script/plugin install git://github.com/langalex/social_feed.git
0
+
0
+If not you need to do this from your rails root:
0
+
0
+cd vendor/plugins
0
+git clone git://github.com/langalex/social_feed.git --depth 1
0
+cd social_feed
0
+ruby install.rb
0
+cd ../../..
0
+
0
+for the rest see the INSTALL file
0
 
0
 Assumptions
0
 ===========

Comments

    No one has commented yet.