Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 449 Bytes

Rails Bridge

Build Status

Setup

$ git clone git@github.com:railsbridge-montreal/railsbridge-montreal-website.git
$ cd railsbridge-montreal-website
$ gem install bundler
$ bundle install
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ bundle exec rails server