Skip to content

Instantly share code, notes, and snippets.

@stevepereira
Last active February 16, 2016 19:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevepereira/1ddef7cdad2f91668bca to your computer and use it in GitHub Desktop.
Save stevepereira/1ddef7cdad2f91668bca to your computer and use it in GitHub Desktop.
bootstrap statflo dev - curl -sSL http://j.mp/statflodev | bash
#!/usr/bin/env -e bash
# bootstrap statflo dev - curl -sSL http://j.mp/statflodev | bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install caskroom/cask/brew-cask
brew cask install dockertoolbox the-silver-searcher
docker-machine create dev
eval "$(docker-machine env dev)"
mkdir -p ~/statflo
git clone https://github.com/Statflo/statflo-webapp.git ~/statflo/
curl -Ls https://install.convox.com/osx.zip > /tmp/convox.zip
unzip /tmp/convox.zip -d /usr/local/bin
cd ~/statflo
convox start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment