Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Last active August 29, 2015 13:56
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 biojazzard/9067139 to your computer and use it in GitHub Desktop.
Save biojazzard/9067139 to your computer and use it in GitHub Desktop.
VMs en OSX
#ie8-ie9-ie10-VM
+ Instalar [VirtualBox] para Mac
+ Ir a: [ModernIE](http://loc.modern.ie/es-es/virtualization-tools#downloads)
+ Bajarse una Máquina-Config de las disponibles. (No todavía, copiar el texto de cURL)
´´´
curl -O -L "http://www.modern.ie/vmdownload?platform=mac&virtPlatform=virtualbox&browserOS=IE8-WinXP&filename=VirtualBox/IE8_WinXP/Mac/IE8.WinXP.For.MacVirtualBox.part{1.sfx,2.rar}"
´´´
### Consola OSX
+ (Ir a la carpeta donde alojas las Maquinas Virtuales, usualmente ~/DocumentsVirtualBox\ VMs/)
cd ~/DocumentsVirtualBox\ VMs
+ (Pegar el comando cURL anterior en consola)
curl -O -L "http://www.modern.ie/vmdownload?platform=mac&virtPlatform=virtualbox&browserOS=IE8-WinXP&filename=VirtualBox/IE8_WinXP/Mac/IE8.WinXP.For.MacVirtualBox.part{1.sfx,2.rar}"
+ Cuando acabe de descargar en cosola:
./IE8.WinXP.For.MacVirtualBox.part1.sfx
+ Te crea un arhivo "IE8 - WinXP.ova" en es misma carpeta en el finder (~/DocumentsVirtualBox\ VMs/)
### Caña!
+ Doble click a "IE8 - WinXP.ova", te lo abre VirtualBox, aceptar todo.
+ Arrancar la Máquina.
+ Disfurtar los placeres de ie8.
### Info Extra
+ [info extra:](https://modernievirt.blob.core.windows.net/vhd/virtualmachine_instructions_2013-07-22.pdf)
+ [info blog:](http://blog.reybango.com/2013/02/04/making-internet-explorer-testing-easier-with-new-ie-vms/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment