It will really take you about 35 seconds to get up and running, but you still need to download and install some stuff.
Minute 1 - Download and install Vagrant
https://www.vagrantup.com/downloads.htmlMinute 2 - Download and Install Virtual Box
https://www.virtualbox.org/wiki/Downloads
Minute 3-4 - Download a Windows .box file
We're going to use Windows 7 Enterprise x86 - others are available here: http://www.vagrantbox.es/
Execute:
- Open Command line
- Execute: vagrant box add alex_rocks http://vagrantboxes.devopslive.org/windows-7-enterprise-i386.box
Minute 5 - Get vagrant box up and running
This is the only step I had to do to get up and running
- Open command line and create a new folder (example - C:\vagrant_test)
- Go to that folder and type vagrant init
- Edit the Vagrantfile and paste the following gist into it: https://gist.github.com/vinyar/38490089f3ea4b9405e3
- Save, Exit
- execute: Vagrant up
No comments:
Post a Comment
Comments are welcomed and appreciated.