Skip to content

Instantly share code, notes, and snippets.

@leesmith
Last active December 16, 2015 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leesmith/5397022 to your computer and use it in GitHub Desktop.
Save leesmith/5397022 to your computer and use it in GitHub Desktop.
VirtualBox Internet Explorer VM's

Download VirtualBox

Install ALL versions of Internet Explorer: IE7, IE 8, and IE 9

curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash

Install individual IE VM (7-10)

curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="7" bash

Edit host file to accept local connection

Open notepad through Start > Accessories by right-clicking it and choosing "Run as Administrator". In notepad, go to File > Open and choose:

c:\windows\system32\drivers\etc\hosts

Add the following line:

10.0.2.2   outer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment