Versions Compared

Key

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

...

  • Vagrant: a tool for managing and configuring Virtual Machines. 
  • VirtualBox: free virtual machine software that we use for developing our firmware code.
  • VirtualBox Extension Pack: it's located at the same download page as virtual box.
  • git
Info

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


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.

...