Skip to content

Instantly share code, notes, and snippets.

@aubricus
Created August 2, 2013 22:44
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 aubricus/6144061 to your computer and use it in GitHub Desktop.
Save aubricus/6144061 to your computer and use it in GitHub Desktop.
IE VM Automation
https://github.com/xdissent/ievms
Quick Installation:
1. Install VirtualBox (make sure command line utilities are selected and installed).
2. Download and unpack ievms:
- Install IE versions 6, 7, 8, 9 and 10.
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash
- Install specific IE versions (IE7 and IE9 only for example):
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="7 9" bash
3. Launch Virtual Box.
2. Choose ievms image from Virtual Box.
The OVA images are massive and can take hours or tens of minutes to download, depending on the speed of your internet connection. You might want to start the install and then go catch a movie, or maybe dinner, or both.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment