manveru / sociar
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 574be38ecc7fc61aeed189ef167a5f30d487d599
tree 4eb656c651d4359e87fb6c6d37cab8e1844a6ad6
parent db12e44d25c2b7f25d3c34896d7d498a3938c483
tree 4eb656c651d4359e87fb6c6d37cab8e1844a6ad6
parent db12e44d25c2b7f25d3c34896d7d498a3938c483
sociar /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Fri Jan 23 09:17:17 -0800 2009 | |
| |
Rakefile | Mon Jun 02 07:16:11 -0700 2008 | |
| |
controller/ | Wed Mar 11 19:27:20 -0700 2009 | |
| |
db/ | Mon Jun 02 22:59:29 -0700 2008 | |
| |
env.rb | Wed Mar 11 09:15:38 -0700 2009 | |
| |
env/ | Sun Oct 19 08:42:11 -0700 2008 | |
| |
helper/ | Sun Jun 01 22:08:46 -0700 2008 | |
| |
model/ | Thu Mar 12 20:08:11 -0700 2009 | |
| |
public/ | Sun Oct 19 08:42:11 -0700 2008 | |
| |
spec/ | Sun Jun 01 22:08:46 -0700 2008 | |
| |
start.rb | Sun Oct 19 08:45:47 -0700 2008 | |
| |
vendor/ | Sun Oct 19 08:42:11 -0700 2008 | |
| |
view/ | Sun Oct 19 08:46:09 -0700 2008 |
README.markdown
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

