railsmg icon indicating copy to clipboard operation
railsmg copied to clipboard

railsmg website

h1. RailsMG

h2. How to setup application

You can run the this application running the following commands:

  $ git clone git://github.com/danielvlopes/railsmg.git && cd railsmg
  $ cp config/database.yml.example config/database.yml
  $ rake gems:install
  $ rake db:migrate
  $ ruby script/server

h2. How to collaborate

If you would collaborate, you can create a fork, apply the modification and submit a pull request :)