Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 436 Bytes

README.textile

File metadata and controls

15 lines (10 loc) · 436 Bytes

RailsMG

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

How to collaborate

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