Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 426 Bytes

File metadata and controls

21 lines (14 loc) · 426 Bytes

Install Rails

Build Status

Patches welcome.

Setup

After following the instructions on the site, run

rvm install 2.3.1

# if you don't already have MongoDB
brew update
brew install mongodb

bundle install
rails server

Open http://localhost:3000 in your browser.