update box urls
This commit is contained in:
@@ -4,12 +4,21 @@ This is a folder structure which includes vagrant files for major versions of IE
|
|||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
|
Windows:
|
||||||
|
|
||||||
```
|
```
|
||||||
choco install virtualbox -y
|
choco install virtualbox -y
|
||||||
choco install vagrant -y
|
choco install vagrant -y
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Macos:
|
||||||
|
|
||||||
|
```
|
||||||
|
brew cask install virtualbox
|
||||||
|
brew cask install vagrant
|
||||||
|
```
|
||||||
|
|
||||||
cd to the root of the git repo
|
cd to the root of the git repo
|
||||||
|
|
||||||
you can then run `vagrant up IE10-Win7`
|
you can then run `vagrant up IE10-Win7`
|
||||||
|
|||||||
14
Vagrantfile
vendored
14
Vagrantfile
vendored
@@ -1,11 +1,11 @@
|
|||||||
boxes = [
|
boxes = [
|
||||||
{:name => "IE10-Win7", :box => "modernIE/w7-ie10"},
|
{:name => "IE10-Win7", :box => "http://aka.ms/ie10.win7.vagrant"},
|
||||||
{:name => "IE10-Win8", :box => "modernIE/w8-ie10"},
|
{:name => "IE10-Win8", :box => "http://aka.ms/ie10.win8.vagrant"},
|
||||||
{:name => "IE11-Win7", :box => "modernIE/w7-ie11"},
|
{:name => "IE11-Win7", :box => "http://aka.ms/ie11.win7.vagrant"},
|
||||||
{:name => "IE11-Win8.1", :box => "modernIE/w8.1-ie11"},
|
{:name => "IE11-Win8.1", :box => "http://aka.ms/ie11.win81.vagrant"},
|
||||||
{:name => "IE8-Win7", :box => "modernIE/w7-ie8"},
|
{:name => "IE8-Win7", :box => "http://aka.ms/ie8.win7.vagrant"},
|
||||||
{:name => "IE9-Win7", :box => "modernIE/w7-ie9"},
|
{:name => "IE9-Win7", :box => "http://aka.ms/ie9.win7.vagrant"},
|
||||||
{:name => "edge-Win10", :box => "Microsoft/EdgeOnWindows10"}
|
{:name => "edge-Win10", :box => "http://aka.ms/msedge.win10.vagrant"}
|
||||||
]
|
]
|
||||||
|
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
|
|||||||
Reference in New Issue
Block a user