public
Description: OneBody is free, open-source, web-based social networking and online directory software for churches.
Home | Edit | New

DevelopOneBody

First, install the Prerequisites.

Gem Dependencies

rake gems:install

Environment Setup

rake db:migrate

You need at least one user in your database to log in:

rake onebody:new_user
# or...
rake onebody:load_sample_data

Setup Mode (optional)

Setup Mode was created to eliminate some of the manual commands listed above, but is still completely optional.

ruby script/server -e setup

…and browse to http://localhost:3000. Switch the “environment” in the top-right to “development.”

Run OneBody

ruby script/server

…and log in at http://localhost:3000 with the user you created, or with a sample user such as @admin@example.com@ (password “secret”).

Last edited by seven1m, Tue Mar 03 15:26:33 -0800 2009
Home | Edit | New
Versions: