This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 803f49c6bcc81e558f7ccb9a0b6642a194bc42b0
tree c7ab7d45bb863f827675fe40ef26982019c62e0b
parent 6b3d4371c9c2331e3506cfb358eae0056672be41
tree c7ab7d45bb863f827675fe40ef26982019c62e0b
parent 6b3d4371c9c2331e3506cfb358eae0056672be41
onebody /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG.markdown | ||
| |
Capfile | Wed Jun 25 22:10:20 -0700 2008 | |
| |
LICENSE | Fri Jul 20 09:40:12 -0700 2007 | |
| |
README.markdown | ||
| |
Rakefile | Thu Apr 09 09:34:27 -0700 2009 | |
| |
VERSION | ||
| |
app/ | ||
| |
cache/ | Wed Feb 25 12:24:42 -0800 2009 | |
| |
config/ | ||
| |
db/ | ||
| |
features/ | Wed May 13 15:46:20 -0700 2009 | |
| |
lib/ | ||
| |
log/ | Wed Feb 25 12:24:42 -0800 2009 | |
| |
plugins/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
themes/ | ||
| |
vendor/ | Tue May 05 17:14:35 -0700 2009 |
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.








