Last active
February 16, 2016 19:19
-
-
Save stevepereira/1ddef7cdad2f91668bca to your computer and use it in GitHub Desktop.
bootstrap statflo dev - curl -sSL http://j.mp/statflodev | bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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