This commit is contained in:
Tommy Parnell
2016-04-18 15:17:48 -04:00
parent 8260701e09
commit 3496da92f9

View File

@@ -5,9 +5,19 @@ This is a folder structure which includes vagrant files for IE9+ on every platfo
Install vagrant and virtual box if you do not already have it. (note: hyper-v does not like virtualbox disable the hyper-v service if you want both installed).
```
choco install virtualbox -y
choco install vagrant -y
```
cd to ` virtualbox/$ieVersion/win$Version`
and then run `vagrant up` the box image will be downloaded from the cloud (if its not already) and then the vm will be booted in virtualbox. Username and password both vagrant
for example if you want IE10 on windows 7 you would cd to virtualbox/ie10/win7 and then run vagrant init
```
cd virtualbox/ie10/win7
vagrant init
```