Posted on: Written by: K-Sato
⚠️ This article was posted over 2 years ago. The information might be outdated. ⚠️

Table of Contents

(1) Download VirtualBox

You can download VirtualBox by following the instructions in the link below.

(2) Download Virtual Machine

You can download Virtual Machine by following the instructions in the link below.

Free Virtual Machines from IE8 to MS Edge - Microsoft Edge Development

(3) Boot up the virtual machine

Open Virtual Box.

image

You can boot up the virtual machine here. Use cmd and i to import the downloaded folder.

image

Click the folder icon and select IE -Win7.ovf and click open.

image

Just click import unsless you want to change some default settings.

image

After importing the folder, select IE11 - Win7 and click start.

image

Yay! The virtual machine is ready!

image

(4) Setting the host on the virtual machine

Set host machine’s local ip address as the virtual machine’s host to access the service that is running on your host machine.

You can check out this page to know more about it.

Run the command below under Windows\System32\drivers\etc on your virtual machine.

Windows\System32\drivers\etc: $ NotePad hosts

hosts would be opened with Notepad and set the local ip address as host of the virtual machine like the picture below.

image

(5) Run the service on your host machine

Run your service like the command below.

$ rails s // example

Check http://localhost:3000/ on the virtual machine if you can access to the service there.

Important Commands

  • command on the left side: Release captured mouse pointer.
  • shift + right click: Open the cli at the directory you clicked.
  • Notepad file: Open the file with Notepad.

References

About the author

I am a web-developer based somewhere on earth. I primarily code in TypeScript, Go and Ruby at work. React, RoR and Gin are my go-to Frameworks.