VM creation is slow
VM has to be updated every week from Chef
Development in VM is slower
VM file system has limitations for frontend stuff
Slide 11
Slide 11 text
No content
Slide 12
Slide 12 text
The xhyve hypervisor is a port of bhyve to OS X.
It is built on top of Hypervisor.framework in OS X
10.10 Yosemite and higher, runs entirely in
userspace, and has no other dependencies.
Slide 13
Slide 13 text
No content
Slide 14
Slide 14 text
install Homebrew packages
provision language and dependencies
ruby, node, go
create and prepare database
setup Git hooks
Slide 15
Slide 15 text
git clone …
brew install postgres
brew install redis
rake db:create
dev up