markhuber / modern-ie-vagrant

Vagrant based Modern.IE VMs
111 stars 19 forks source link

modern-ie-vagrant

Based on the virtual machine images released with the Modern.IE project, modern-ie-vagrant makes testing IE easier with help from Vagrant. The machine images in modern-ie-vagrant are based on the original images with the addition of activating WinRM to make them compatible with the Vagrant WinRM communicator.

Prerequisites

modern-ie-vagrant requires Oracle Virtualbox and Vagrant be installed and in your path.

Usage

To list the available virtual machines

vagrant status

To start a new virtual machine

vagrant up IE10-Win7

To start multiple virtual machines at once

vagrant up IE11-Win7 IE10-Win7 IE9-Win7 IE8-Win7

Available Vagrant Boxes

Known Issues

Windows XP VMs do not support WinRM. Therefore, when trying to start these boxes Vagrant will hang while trying to connect. The VM starts and is usable, but the commandline will not return until the machine is shut down. The error from Vagrant can be safely ignored.