Per testare il proprio sito su IE 6 7 - 8 - 9 basta utilizzare virtualbox.
In questo momento sto utilizzando Ubuntu 13.04, quindi tutti i comandi scritti saranno relativi a questo sistema operativo.
Per prima cosa, installare VirtualBox.
# sudo apt-get install virtualbox
Poi ci sarà bisogno di installare curl e unar.
UNAR sarà necessario installarlo solo su linux, se si utilizza Mac OSX non sarà necessario.
# sudo apt-get install curl unar
Per scaricare tutte e tre le versioni di IE:
# curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash
Per scaricare solo quella che vi interessa:
IE 6
# curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="6" bashIE 7
# curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="7" bashIE 8
# curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="8" bashIE 9
# curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="9" bash
Una volta finita l'installazione troverete i sistemi gia montati su virtualbox.
La password per ogni virtual machine è "Password1".
Nessun commento:
Posta un commento