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 (
Home
Getting Started:
Slides
OpenMBP Slides
Dependencies – Rails and Gems
- add ~/.gem/ruby/1.8/bin to your PATH variable
- rake gems:install
Clone a repository locally.
Cloning a repository: git clone git://github.com/jianshi/openmbp.git
Cloning your fork:: git clone git@github.com:yourusername/openmbp.git
Update the dependent submodules
Invoke the following commands:
- git submodule init
- git submodule update
Setup and test your environment
Invoke the following commands:
- cp config/example.database.yml config/database.yml
- rake db:migrate
- rake db:data_bootstrap
- rake spec:all
If the database migration and tests pass invoke:
- script/server
and go to http://localhost:3000/login and test if the openmbp application is displayed.
Notes on committing
If you are working on Windows, make sure to set the following config option before committing:
git config core.autocrlf=trueInformation
For more information see: Git and Windows






