public
Description: OneBody is free, open-source, web-based social networking and online directory software for churches.
Homepage: http://beonebody.com
Clone URL: git://github.com/seven1m/onebody.git
seven1m (author)
Fri Mar 06 07:45:27 -0800 2009
commit  270903ecac78a93be55282f4d2e2fe3eff58cc83
tree    247ae3d2e04f9f4f7afffe1b5b5f8040fadd6ae9
parent  476031a931a24be86a81d0acca500afbee355437
README.markdown

OneBody

OneBody is web-based software that connects community members, especially churches, on the web. It runs on Ruby, Rails, and MySQL (or SQLite).

Features

  • Online Directory
    • ajax live search
    • save as pdf
    • business directory
  • Groups
    • full email lists (incoming and outgoing emai)
    • pictures
    • prayer requests, attendance tracking
  • Social Networking
    • friends
    • messaging
    • favorites
    • wall
  • Membership Management
    • sync with external source
    • import, export
    • basic church management system with add, edit, delete
  • Content Management System
    • visitor-facing website hosting
    • custom theme

...and more.

Test Drive

You can run OneBody on SQLite and load the sample data for testing...

You'll first need Ruby on Rails, ImageMagick, and the sqlite3-ruby gem (sudo gem install sqlite3-ruby). Then:

sudo rake gems:install
rake db:migrate onebody:load_sample_data
script/server
# visit http://localhost:3000
# admin user: admin@example.com and password "secret"
# normal user: user@example.com and password "secret"

See InstallOneBody for the full installation instructions.

More Information

Copyright

Copyright (C) 2008-2009, Tim Morgan

Please see the license file provided with this software.