Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 311 Bytes

Installation Guide

  • Read about ruby on rails
  • make sure you have latest rails
  • make sure you have ruby installed
  • make sure you have postgreSQL

clone the repo and cd in

change gitusername and token in config/lkp.yml

run bundle install

run rake db:create

run rake db:migrate

run rails s