automation
Install Vagrant
Sysadmin

Apa itu Vagrant
Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and makes the “works on my machine” excuse a relic of the past.
Install brew (optional)
cd $HOME
git clone https://github.com/mxcl/homebrew.git
echo 'export PATH=$HOME/homebrew/bin:$PATH' >> ~/.bashrc
Cara menginstall Vagrant di MacOS
brew cask install vagrant virtualbox
Cek hasil installasi
which vagrant
vagrant version
# output
Installed Version: 2.2.3
Latest Version: 2.2.3