public
Description: Open Micro Blogging Platform
Home | Edit | New

Home

Getting Started:

Slides
OpenMBP Slides

Dependencies – Rails and Gems

  1. add ~/.gem/ruby/1.8/bin to your PATH variable
  2. 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:

  1. git submodule init
  2. git submodule update

Setup and test your environment

Invoke the following commands:

  1. cp config/example.database.yml config/database.yml
  2. rake db:migrate
  3. rake db:data_bootstrap
  4. rake spec:all

If the database migration and tests pass invoke:

  1. 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

Last edited by austenito, Thu Jan 22 02:05:15 -0800 2009
Home | Edit | New
Versions: