public
Description: OneBody is web-based software that connects community members, especially churches, on the web.
Homepage: http://beonebody.com
Clone URL: git://github.com/seven1m/onebody.git
name age message
file .gitignore Thu Apr 09 09:20:47 -0700 2009 Clean up .gitignore a bit. [Tim Morgan]
file CHANGELOG.markdown Thu Apr 09 20:34:04 -0700 2009 Update changelog. [Tim Morgan]
file Capfile Wed Jun 25 22:10:20 -0700 2008 Improved deployment recipes. [Tim Morgan]
file LICENSE Fri Jul 20 09:40:12 -0700 2007 split install out of readme and added gpl git-... [seven1m]
file README.markdown Mon Mar 02 08:28:38 -0800 2009 More Readme goodness. [seven1m]
file Rakefile Loading commit data...
file VERSION
directory app/
directory cache/
directory config/
directory db/ Tue May 12 19:45:34 -0700 2009 Merge the two news_items table migrations. [Tim Morgan]
directory features/
directory lib/ Wed Jul 01 17:30:15 -0700 2009 Fix recipes failing to install my own libraries! [Tim Morgan]
directory log/
directory plugins/ Wed Apr 08 19:53:56 -0700 2009 This doesn't make sense to have any more. [Tim Morgan]
directory public/ Wed Jul 01 13:46:44 -0700 2009 Polished up User Generated News feature. [Tim Morgan]
directory script/ Tue May 12 19:45:33 -0700 2009 First Cucumber tests. [Tim Morgan]
directory test/
directory themes/ Tue Jun 30 12:25:26 -0700 2009 Remove old aquesouslight default erb theme. [Tim Morgan]
directory vendor/

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.