public
Description: Open Source Social Networking Platform
Homepage: http://github.com/manveru/sociar
Clone URL: git://github.com/manveru/sociar.git
Click here to lend your support to: sociar and make a donation at www.pledgie.com !
sociar /
name age message
file README.markdown Fri Jan 23 09:17:17 -0800 2009 ruby-openid is required [manveru]
file Rakefile Mon Jun 02 07:16:11 -0700 2008 Add thumbnail tasks to Rakefile [manveru]
directory controller/ Wed Mar 11 19:27:20 -0700 2009 Require MessageController before ProfileController [manveru]
directory db/ Mon Jun 02 22:59:29 -0700 2008 Avoid warning from Sequel [manveru]
file env.rb Wed Mar 11 09:15:38 -0700 2009 Update to work with latest Sequel and Ramaze [manveru]
directory env/ Sun Oct 19 08:42:11 -0700 2008 Refactoring and cleaning up [manveru]
directory helper/ Sun Jun 01 22:08:46 -0700 2008 Switch config to Configuration [manveru]
directory model/ Thu Mar 12 20:08:11 -0700 2009 -- Modified the user model to handle new hash f... [kuccello]
directory public/ Sun Oct 19 08:42:11 -0700 2008 Refactoring and cleaning up [manveru]
directory spec/ Sun Jun 01 22:08:46 -0700 2008 Switch config to Configuration [manveru]
file start.rb Sun Oct 19 08:45:47 -0700 2008 Run db/init when mode is :dev [manveru]
directory vendor/ Sun Oct 19 08:42:11 -0700 2008 Refactoring and cleaning up [manveru]
directory view/ Sun Oct 19 08:46:09 -0700 2008 is_admin? is is_admin [manveru]

Sociar

Sociar is an open source social networking platform. It's geared towards customization, offering you all the flexibility you'll need to build your own social network based on it.

The underlying architecture is provided by the Ramaze web framework.

Features

Sociar provides

Obtaining

Currently Sociar is available on github, for the installation you can either use git or download a tarball directly from the Sociar github page

Via git

git clone git://github.com/manveru/sociar

Running

First you'll need the dependencies installed:

gem install faker erubis scaffolding_extensions xml-simple maruku thin \
            rack haml sequel sqlite3-ruby configuration ruby-openid

Also, make sure to have the latest version of Ramaze, you get get it from github as well.

git clone git://github.com/manveru/ramaze

Setup

Contributing

git clone git://github.com/manveru/sociar cd sociar git branch ticgit origin/ticgit ti list