Skip to content

Instantly share code, notes, and snippets.

@DeLongShot
DeLongShot / Berksfile
Created January 7, 2015 00:55
Example files for my talk "Speeding-Up Rails Dev Onboarding": https://speakerdeck.com/delongshot/speeding-up-rails-dev-onboarding
source "https://supermarket.chef.io"
cookbook "apt"
cookbook "build-essential"
cookbook "chruby"
cookbook "postgresql", "~> 3.4.14"
cookbook "nginx"
cookbook "phantomjs"