Installing Vagrant - apigee/edx-configuration GitHub Wiki
Ubuntu
- Download the Vagrant Debian package
- Open the .deb file in Software Update Manager.
- Click "Install" or "Upgrade"
- Install NFS (required to share folders with the host machine):
sudo apt-get install nfs-common nfs-kernel-server
Mac OS X
- Download the disk image (.dmg file) from Vagrant download page
- Double-click the downloaded file.
- The "Vagrant" disk should mount on your Desktop.
- In the "Vagrant" disk, double-click "Vagrant.pkg" and follow the instructions.