Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Be sure to install Virtual Box 5.2.34 or any version less than 5.2.34. Vagrant does not work with Virtual Box 6.x

If you are running MacOs (Big Sur or later), you will need to download a later version, as 5.2.34 is not compatible with Big Sur. 

  1. Download the latest distro of Vagrant here
  2. Download the latest version of Virtualbox. You need both the main application and the "Oracle VM VirtualBox Extension Pack", available here. Make sure the versions are the same
  3. Install Virtualbox via the dmg file. Once this is done, double click on the extension pack and follow the instructions to install.

Installation

The idea is that Vagrant uses VirtualBox to provision a virtual machine for our pre-configured image, box. This virtual machine contains a fully integrated development environment, including everything you'll need to develop software for our team. Now open up a Git Bash window (on Windows) or a terminal window (on Mac), and run the following commands:

...