Last active
March 10, 2016 19:04
-
-
Save shaunhess/bd69f0da1224d7973a2c to your computer and use it in GitHub Desktop.
Vagrant Setup on Windows 10 64bit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Download and install Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package | |
https://www.microsoft.com/en-us/download/details.aspx?id=26999 | |
2) Download and install VirtualBox | |
https://www.virtualbox.org/ | |
3) Download and install Vagrant | |
https://www.vagrantup.com/ | |
4) Download and replace curl.exe in C:\HashiCorp\Vagrant\embedded\bin | |
https://curl.haxx.se/latest.cgi?curl=win64-ssl-sspi | |
5) Download and install Cygwin | |
https://www.cygwin.com/ | |
6) Add Cygwin to ENV path | |
C:\cygwin64\bin | |
7) Add a box and spin a VM up | |
$ vagrant init centos/7 | |
$ vagrant up --provider virtualbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment