##Install Homebrew
The missing package manager for OS X.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
##Install VirtualBox 4.3.10 or greater
With Homebrew, it’s trivial to install Virtualbox which is a prerequisite to running vagrant on OSX.
brew update
brew tap phinze/homebrew-cask
brew install brew-cask
brew cask install virtualbox
##Install Vagrant 1.6 or greater
Don't know what Vagrant for? You must be kidding, get out of here!
##Install etcdctl and fleetctl
brew install go etcdctl fleetctl
etcdctl --version
fleetctl version
Set fleet tunnel for vagrant coreos:
export FLEETCTL_TUNNEL=localhost:$(vagrant ssh-config | grep Port | head -1 | awk '{print $2}')
You need to fresh fleetctl known_hosts after vagrant destroy and up:
rm ~/.fleetctl/known_hosts