Skip to content

Instantly share code, notes, and snippets.

@cemckinley
Last active September 18, 2015 17:19
Show Gist options
  • Save cemckinley/7103f6d84046dee5bea7 to your computer and use it in GitHub Desktop.
Save cemckinley/7103f6d84046dee5bea7 to your computer and use it in GitHub Desktop.
How to setup IE vm for local dev

How to Setup IE Virtual Machines for local development

Get a VM Platform

To run a VM, you need an application that will do so. I recommend VirtualBox for OSX, which is free.

Get a VM

From Microsoft: https://www.modern.ie/en-us/virtualization-tools Install according to directions, making sure to download an image that works for the VM platform you have installed.

Set the correct network settings

Go to the VM settings and make sure that the network is using the NAT adapter. This should allow you to share the same network as your host machine, which will allow you to view sites running on your host machine.

View a site running on your host mac

On a VM running on OSX, You can use the IP 10.0.2.2 to view a site running on your host mac. If the local (mac) site needs to be viewed in browser at a specific domain, you can alias that IP in the windows hosts file.

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