...
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.
|
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:
...