Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xdissent committed Aug 5, 2011
0 parents commit 2a59ed0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.rst
@@ -0,0 +1,21 @@
Overview
========

Microsoft provides virtual machine disk images to facilitate website testing
in multiple versions of IE, regardless of the host operating system.
Unfortunately, setting these virtual machines up without Microsoft's VirtualPC
can be extremely difficult. These scripts aim to facilitate that process using
VirtualBox on Linux or OS X. With a single command, you can have IE6, IE7, IE8
and IE9 running in separate virtual machines.

Requirements
============

* VirtualBox (http://virtualbox.org)
* Curl (Ubuntu: ``apt-get install curl``)


Installation
============

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

0 comments on commit 2a59ed0

Please sign in to comment.