This file contains hidden or 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
# Install Vagrant on your Mac: https://www.vagrantup.com/ | |
# Here is the version I use | |
$ vagrant --version | |
Vagrant 1.8.1 | |
# Virtualbox (vbox) is the default Vagrant provider, so it should be installed with Vagrant. | |
# I use vbox v5.0.16. If you need to install vbox, follow these directions: https://www.virtualbox.org/ | |
# Copy the Vagrant file in this gist to your laptop. |