Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Angamanga authored and gitbook-bot committed Dec 6, 2019
1 parent 03ce3d5 commit 720f6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/development-and-code/setup_alternatives/vagrant-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 720f6f8

Please sign in to comment.