#!/usr/bin/env bash ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install caskroom/cask/brew-cask brew cask install docker-toolbox convox the-silver-searcher docker-machine create dev eval "$(docker-machine env dev)" mkdir ~/statflo git clone https://github.com/Statflo/statflo-webapp.git ~/statflo/ cd ~/statflo convox start