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 (
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”).






