- Your machine must have at least 4GB of RAM memory and 8GB of free disk space.
- Enable the virtualization feature at your computer. Check your BIOS setup.
- Install VirtualBox
Known working version:
$ VBoxManage --version
5.1.6r110634
-
Install VirtualBox Extension Pack. Please install the extension pack with the same version as your installed version of VirtualBox. For instance, if your installed VirtualBox version is 5.1.6, its extension pack can be downloaded on http://download.virtualbox.org/virtualbox/5.1.6/Oracle_VM_VirtualBox_Extension_Pack-5.1.6-110634a.vbox-extpack
-
Install Vagrant
Known working version:
$ vagrant --version
Vagrant 1.9.5
-
Start Vagrant from this repository
$ vagrant up
-
Connect to the virtual machine via SSH
$ vagrant ssh
$ vagrant halt
$ vagrant status
$ vagrant reload
By default, agent forwarding over SSH connections is enabled. It means that your SSH's key can be available in the guest machine (i.e., virtual machine). For this, you must execute the following command on your machine (i.e., host machine) before executing vagrant ssh.
ssh-agent -t 3600
ssh-add ~/.ssh/id_rsa