Skip to content

Instantly share code, notes, and snippets.

@mikedao
Last active August 29, 2015 14:26
Show Gist options
  • Save mikedao/8c7f2070f0ebc4e755d1 to your computer and use it in GitHub Desktop.
Save mikedao/8c7f2070f0ebc4e755d1 to your computer and use it in GitHub Desktop.

git clone https://github.com/turingschool-examples/oregon_sale.git

cd oregon_sale

rvm install 1.9.3

rvm use 1.9.3

brew update

brew install v8

gem install therubyracer

bundle

bundle exec rake db:migrate db:test:prepare

bundle exec rspec spec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment