diff --git a/docs/development-and-code/setup_alternatives/vagrant-setup.md b/docs/development-and-code/setup_alternatives/vagrant-setup.md index 9e7e03316a..55bb4c33bc 100644 --- a/docs/development-and-code/setup_alternatives/vagrant-setup.md +++ b/docs/development-and-code/setup_alternatives/vagrant-setup.md @@ -24,8 +24,8 @@ Please make sure you install everything in this list before you proceed with the * Recommended: [Vagrant host-updater plugin](https://github.com/cogitatio/vagrant-hostsupdater) - this is useful to avoid having to update /etc/hosts by hand * [VirtualBox](https://www.virtualbox.org/wiki/Downloads) - Note: Windows users may be required to Enable VT-X \(Intel Virtualization Technology\) in the computer's bios settings, disable Hyper-V on program and features page in the control panel, and install the VirtualBox Extension Pack \(installation instructions here.\) * [Composer](https://getcomposer.org/doc/00-intro.md#system-requirements) -* PHP >=7.0 <7.2 - if you are using V4.0.0 -* PHP >=7.1 <7.4 - if you are using V4.1.0 or later +* PHP >=7.0 <7.2 - if you are using Platform V4.0.0 +* PHP >=7.1 <7.4 - if you are using Platform V4.1.0 or later ### Getting the API Code @@ -83,7 +83,7 @@ If you see an error like "Vagrant was unable to mount VirtualBox shared folders. * [ ] Verify that Vagrant and VirtualBox are up to date. * [ ] Verify that the VirtualBox Guest Additions were installed \(and fix it if they weren't\) - * [ ] `vagrant ssh` \(to ssh into the machine\) + * [ ] `vagrant ssh` \(to ssh into the machine. If you get an error like 'the path to your private key does not exist' when doing `vagrant ssh`, you need to generate a key, or if you already have one, double-check the path in the file "Homestead.yaml" . One good guide on generating keys is found here: [https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent\#generating-a-new-ssh-key](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key)\) * [ ] `lsmod | grep vboxguest` * [ ] If this command doesn't return anything, VB Guest additions are likely not installed correctly. A fix for this is to install the vbguest vagrant plugin. * [ ] if you are in the vagrant box, type `exit` and hit the return key to exit it