...
Installation
The idea is that Vagrant
uses uses VirtualBox
to 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.
...
Congratulations! If you're now at a prompt that says something along the lines of vagrant@midsunbox
, you're in our development environment.
We expose a shared folder between your host operating system and the virtual environment, located at box/shared
to allow you to use your favorite text editor from your host operating system.
...