public
Description: connect your community on the web

Home

OneBody is web-based software that connects community members, especially churches, on the web.

Online Directory    Groups    Social Networking Profile    Bible Verse Sharing

Features:
  • Online Directory
  • Groups (with email list management, attendance tracking, and more)
  • Social Network
  • Basic Church Management System (ChMS)
  • Content Management System

FrequentlyAskedQuestions | HowItWorks | Blog | HowToContribute

Download

Tarball

http://github.com/seven1m/onebody/tarball/stable

With Git

git clone git://github.com/seven1m/onebody.git
cd onebody
git checkout stable

Getting Started

First install the OneBodyPrerequisites, then:
[sudo] rake gems:install
rake db:migrate
rake onebody:newuser # or rake onebody:load_sample_data
script/server
# browse to http://localhost:3000

Installation with Capistrano

Create a “deploy” user with sudo powers, make a copy of config/deploy.rb.example and tweak, then:
cap deploy:install # installs ruby, mysql, apache, passenger, etc. (Ubuntu only)
cap deploy:setup
cap deploy:cold

See DeployWithCapistrano for more details.

Manual Installation

See InstallOneBody.

More Information

Last edited by seven1m, about 1 month ago
Versions: