Skip to content

Instantly share code, notes, and snippets.

@BodieLeonard
Last active July 1, 2019 20:24
Show Gist options
  • Select an option

  • Save BodieLeonard/6fb74e32a24c89d22a860a1f364e1f6a to your computer and use it in GitHub Desktop.

Select an option

Save BodieLeonard/6fb74e32a24c89d22a860a1f364e1f6a to your computer and use it in GitHub Desktop.

Revisions

  1. BodieLeonard revised this gist Jul 1, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1) First step is downloading a virtual machine with Internet Explorer<br/>
    https://developer.microsoft.com/en-us/windows/downloads/virtual-machines<br/>
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/<br/>

    Select your virtual machine in the drop down<br/>
    ```shell
  2. BodieLeonard revised this gist May 31, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1) First step is downloading a virtual machine with Internet Explorer<br/>
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/<br/>
    https://developer.microsoft.com/en-us/windows/downloads/virtual-machines<br/>

    Select your virtual machine in the drop down<br/>
    ```shell
  3. BodieLeonard revised this gist May 30, 2019. No changes.
  4. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -32,7 +32,7 @@
    NOTE: It's easiest to work with if you move the download into your home directory
    ```

    5) Now that Ngrok and IE VM are installed start the local development on the Mac <br/>
    5) Ngrok and IE VM should be installed so fire up the local development on the Mac <br/>
    My local development is running on http://localhost:8100 so to run ngrok I wil use the following
    ```
    ~/ngrok http 8100 -host-header="localhost:8100"
  5. BodieLeonard revised this gist May 30, 2019. No changes.
  6. BodieLeonard revised this gist May 30, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -32,8 +32,8 @@
    NOTE: It's easiest to work with if you move the download into your home directory
    ```

    5) Now that we have Ngrok and IE VM installed start your local development <br/>
    My local developmen is running on http://localhost:8100 so to run ngrok I wil use the following
    5) Now that Ngrok and IE VM are installed start the local development on the Mac <br/>
    My local development is running on http://localhost:8100 so to run ngrok I wil use the following
    ```
    ~/ngrok http 8100 -host-header="localhost:8100"
    ```
  7. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -29,7 +29,7 @@

    4) Download and install Ngrok<br/>
    ```
    NOTE: It's easiest to download into your home directory
    NOTE: It's easiest to work with if you move the download into your home directory
    ```

    5) Now that we have Ngrok and IE VM installed start your local development <br/>
  8. BodieLeonard revised this gist May 30, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -16,10 +16,12 @@

    If you would like to download vagrant here is a link<br/>
    https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.dmg<br/>

    With vagrant it is easier to manage with vagrant manager<br/>
    https://github.com/lanayotech/vagrant-manager/releases<br/>

    2) Now that the IE VM is downloaded, install it and make sure you are able to connect to the internet<br/>

    3) Next create an account on Ngrok https://dashboard.ngrok.com/ <br/>
    ```
    NOTE: This is the secret to connecting the VM to your local development (ie: localhost:3000)
  9. BodieLeonard revised this gist May 30, 2019. No changes.
  10. BodieLeonard revised this gist May 30, 2019. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -31,13 +31,13 @@
    ```

    5) Now that we have Ngrok and IE VM installed start your local development <br/>
    My local developmen is running on http://localhost:8100 so to run ngrok I wil use the following<br/>
    ```
    ~/ngrok http 8100 -host-header="localhost:8100"
    ```
    ```
    NOTE: Ngrok will provide the forwarding url example: http://28214884.ngrok.io
    ```
    My local developmen is running on http://localhost:8100 so to run ngrok I wil use the following
    ```
    ~/ngrok http 8100 -host-header="localhost:8100"
    ```
    ```
    NOTE: Ngrok will provide the forwarding url example: http://28214884.ngrok.io
    ```

    6) In the IE VM past the forwarding url into IE address bar and you should now see localhost:8100 within IE on the VM

  11. BodieLeonard revised this gist May 30, 2019. No changes.
  12. BodieLeonard revised this gist May 30, 2019. 1 changed file with 15 additions and 5 deletions.
    20 changes: 15 additions & 5 deletions Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,9 @@
    ```

    Then select the platform<br/>
    `NOTE: VirtualBox and Vagrant are free but I have found VirtualBox is easier to get up and running`<br/>
    ```
    NOTE: VirtualBox and Vagrant are free but I have found VirtualBox is easier to get up and running
    ```

    If you would like to download virtual box here is a direct link<br/>
    https://download.virtualbox.org/virtualbox/6.0.8/VirtualBox-6.0.8-130520-OSX.dmg<br/>
    @@ -19,15 +21,23 @@

    2) Now that the IE VM is downloaded, install it and make sure you are able to connect to the internet<br/>
    3) Next create an account on Ngrok https://dashboard.ngrok.com/ <br/>
    `NOTE: This is the secret to connecting the VM to your local development (ie: localhost:3000)`<br/>
    ```
    NOTE: This is the secret to connecting the VM to your local development (ie: localhost:3000)
    ```

    4) Download and install Ngrok<br/>
    `NOTE: It's easiest to download into your home directory`<br/>
    ```
    NOTE: It's easiest to download into your home directory
    ```

    5) Now that we have Ngrok and IE VM installed start your local development <br/>
    My local developmen is running on http://localhost:8100 so to run ngrok I wil use the following<br/>
    ``` ~/ngrok http 8100 -host-header="localhost:8100"```<br/>
    ` NOTE: Ngrok will provide the forwarding url example: http://28214884.ngrok.io`<br/>
    ```
    ~/ngrok http 8100 -host-header="localhost:8100"
    ```
    ```
    NOTE: Ngrok will provide the forwarding url example: http://28214884.ngrok.io
    ```

    6) In the IE VM past the forwarding url into IE address bar and you should now see localhost:8100 within IE on the VM

  13. BodieLeonard revised this gist May 30, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,9 @@
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/<br/>

    Select your virtual machine in the drop down<br/>
    ` NOTE: I am going to choose IE on Win81` <br/>
    ```shell
    NOTE: I am going to choose IE on Win81
    ```

    Then select the platform<br/>
    `NOTE: VirtualBox and Vagrant are free but I have found VirtualBox is easier to get up and running`<br/>
  14. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -2,8 +2,7 @@
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/<br/>

    Select your virtual machine in the drop down<br/>
    `
    NOTE: I am going to choose IE on Win81` <br/>
    ` NOTE: I am going to choose IE on Win81` <br/>

    Then select the platform<br/>
    `NOTE: VirtualBox and Vagrant are free but I have found VirtualBox is easier to get up and running`<br/>
  15. BodieLeonard revised this gist May 30, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,8 @@
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/<br/>

    Select your virtual machine in the drop down<br/>
    ` . NOTE: I am going to choose IE on Win81` <br/>
    `
    NOTE: I am going to choose IE on Win81` <br/>

    Then select the platform<br/>
    `NOTE: VirtualBox and Vagrant are free but I have found VirtualBox is easier to get up and running`<br/>
  16. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/<br/>

    Select your virtual machine in the drop down<br/>
    `NOTE: I am going to choose IE on Win81` <br/>
    ` . NOTE: I am going to choose IE on Win81` <br/>

    Then select the platform<br/>
    `NOTE: VirtualBox and Vagrant are free but I have found VirtualBox is easier to get up and running`<br/>
  17. BodieLeonard revised this gist May 30, 2019. 1 changed file with 20 additions and 20 deletions.
    40 changes: 20 additions & 20 deletions Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -1,31 +1,31 @@
    1) First step is downloading a virtual machine with Internet Explorer
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
    1) First step is downloading a virtual machine with Internet Explorer<br/>
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/<br/>

    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81
    Select your virtual machine in the drop down<br/>
    `NOTE: I am going to choose IE on Win81` <br/>

    Then select the platform
    NOTE: VirtualBox and Vagrant are free but I have found VirtualBox is easier to get up and running
    Then select the platform<br/>
    `NOTE: VirtualBox and Vagrant are free but I have found VirtualBox is easier to get up and running`<br/>

    If you would like to download virtual box here is a direct link
    https://download.virtualbox.org/virtualbox/6.0.8/VirtualBox-6.0.8-130520-OSX.dmg
    If you would like to download virtual box here is a direct link<br/>
    https://download.virtualbox.org/virtualbox/6.0.8/VirtualBox-6.0.8-130520-OSX.dmg<br/>

    If you would like to download vagrant here is a link
    https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.dmg
    With vagrant it is easier to manage with vagrant manager
    https://github.com/lanayotech/vagrant-manager/releases
    If you would like to download vagrant here is a link<br/>
    https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.dmg<br/>
    With vagrant it is easier to manage with vagrant manager<br/>
    https://github.com/lanayotech/vagrant-manager/releases<br/>

    2) Now that the IE VM is downloaded, install it and make sure you are able to connect to the internet
    2) Now that the IE VM is downloaded, install it and make sure you are able to connect to the internet<br/>
    3) Next create an account on Ngrok https://dashboard.ngrok.com/ <br/>
    `NOTE: This is the secret to connecting the VM to your local development (ie: localhost:3000)`
    `NOTE: This is the secret to connecting the VM to your local development (ie: localhost:3000)`<br/>

    4) Download and install Ngrok
    NOTE: It's easiest to download into your home directory
    4) Download and install Ngrok<br/>
    `NOTE: It's easiest to download into your home directory`<br/>

    5) Now that we have Ngrok and IE VM installed start your local development
    My local developmen is running on http://localhost:8100 so to run ngrok I wil use the following
    ~/ngrok http 8100 -host-header="localhost:8100"
    NOTE: Ngrok will provide the forwarding url example: http://28214884.ngrok.io
    5) Now that we have Ngrok and IE VM installed start your local development <br/>
    My local developmen is running on http://localhost:8100 so to run ngrok I wil use the following<br/>
    ``` ~/ngrok http 8100 -host-header="localhost:8100"```<br/>
    ` NOTE: Ngrok will provide the forwarding url example: http://28214884.ngrok.io`<br/>

    6) In the IE VM past the forwarding url into IE address bar and you should now see localhost:8100 within IE on the VM

  18. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,7 @@
    https://github.com/lanayotech/vagrant-manager/releases

    2) Now that the IE VM is downloaded, install it and make sure you are able to connect to the internet
    3) Next create an account on Ngrok https://dashboard.ngrok.com/
    3) Next create an account on Ngrok https://dashboard.ngrok.com/ <br/>
    `NOTE: This is the secret to connecting the VM to your local development (ie: localhost:3000)`

    4) Download and install Ngrok
  19. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -17,7 +17,7 @@

    2) Now that the IE VM is downloaded, install it and make sure you are able to connect to the internet
    3) Next create an account on Ngrok https://dashboard.ngrok.com/
    NOTE: This is the secret to connecting the VM to your local development (ie: localhost:3000)
    `NOTE: This is the secret to connecting the VM to your local development (ie: localhost:3000)`

    4) Download and install Ngrok
    NOTE: It's easiest to download into your home directory
  20. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1) First step is downloading a virtual machine with Internet Explorer
    Standard link = https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ Text download
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81
  21. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions Local IE Testing on Mac.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,6 @@
    1) First step is downloading a virtual machine with Internet Explorer
    Standard link = https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ Text download
    Standard link = http://ghost.org Custom Text Link


    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81

  22. BodieLeonard renamed this gist May 30, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  23. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Local IE Testing on Mac
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    1) First step is downloading a virtual machine with Internet Explorer
    Standard link = https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ Text download
    Standard link = http://ghost.org Custom Text Link

    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81
  24. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1) First step is downloading a virtual machine with Internet Explorer
    Standard link = https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
    Standard link = https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ Text download

    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81
  25. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1) First step is downloading a virtual machine with Internet Explorer
    link = https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
    Standard link = https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81
  26. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Local IE Testing on Mac
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1) First step is downloading a virtual machine with Internet Explorer
    link=https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
    link = https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81
  27. BodieLeonard revised this gist May 30, 2019. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions Local IE Testing on Mac
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,5 @@
    1) First step is downloading a virtual machine with Internet Explorer
    <a href="https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/>
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
    </a>
    link=https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81
  28. BodieLeonard revised this gist May 30, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Local IE Testing on Mac
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    1) First step is downloading a virtual machine with Internet Explorer
    <a href="https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/>
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
    </a>

    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81
  29. BodieLeonard created this gist May 30, 2019.
    36 changes: 36 additions & 0 deletions Local IE Testing on Mac
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    1) First step is downloading a virtual machine with Internet Explorer
    https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

    Select your virtual machine in the drop down
    NOTE: I am going to choose IE on Win81

    Then select the platform
    NOTE: VirtualBox and Vagrant are free but I have found VirtualBox is easier to get up and running

    If you would like to download virtual box here is a direct link
    https://download.virtualbox.org/virtualbox/6.0.8/VirtualBox-6.0.8-130520-OSX.dmg

    If you would like to download vagrant here is a link
    https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.dmg
    With vagrant it is easier to manage with vagrant manager
    https://github.com/lanayotech/vagrant-manager/releases

    2) Now that the IE VM is downloaded, install it and make sure you are able to connect to the internet
    3) Next create an account on Ngrok https://dashboard.ngrok.com/
    NOTE: This is the secret to connecting the VM to your local development (ie: localhost:3000)

    4) Download and install Ngrok
    NOTE: It's easiest to download into your home directory

    5) Now that we have Ngrok and IE VM installed start your local development
    My local developmen is running on http://localhost:8100 so to run ngrok I wil use the following
    ~/ngrok http 8100 -host-header="localhost:8100"
    NOTE: Ngrok will provide the forwarding url example: http://28214884.ngrok.io

    6) In the IE VM past the forwarding url into IE address bar and you should now see localhost:8100 within IE on the VM