public
Description: Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
Homepage: http://www.communityengine.org
Clone URL: git://github.com/bborn/communityengine.git
README - requires aws-s3 gem if using s3 photos
bborn (author)
Wed Aug 13 05:43:17 -0700 2008
commit  df48d8298b379446a9fd12602a8711fe3bd926b9
tree    7b920aa4381ca65ca88943f65dc743e5c772c495
parent  031e55c74a0a7c4fe85e3f4111fc6c227972809e
0
...
13
14
15
 
16
17
18
...
13
14
15
16
17
18
19
0
@@ -13,6 +13,7 @@ Requirements:
0
       RedCloth
0
       rake 0.8.1
0
       haml
0
+      aws-s3 (if using s3 for photos)
0
 
0
 GETTING COMMUNITY ENGINE RUNNING
0
 ==================================================================

Comments