Skip to content

Commit

Permalink
Merge pull request #36 from billyhunt/master
Browse files Browse the repository at this point in the history
Add Instructions on How to Install Internet Explorer
  • Loading branch information
sloria committed Dec 16, 2015
2 parents 7689d8d + 7efdb9a commit 777722a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/osf/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,30 @@ Debugging tests
- Click the DEBUG button on the top right.
- Open dev tools and open up the debugger tab.
- Add breakpoints or ``debugger;`` statements where necessary.
Testing Internet Explorer on a Mac
++++++++++++++++++++++++++++++++++
- `Install Virtualbox and Internet Explorer. <http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/>`_
- Pick a name for your Microsoft IE localhost, in this example, we will use "windows.fun"
- Add the following lines of code to your website/settings/local.py. ::
ELASTIC_URI = 'windows.fun:9200'
DOMAIN = 'http://windows.fun:5000/'
API_DOMAIN = 'http://windows.fun:8000/'
ELASTIC_URI = 'windows.fun:9200'
WATERBUTLER_URL = 'http://windows.fun:7777'
CAS_SERVER_URL = 'http://windows.fun:8080'
MFR_SERVER_URL = 'http://windows.fun:7778'
- Add the following to your /etc/hosts file on the mac with this line. ::
129.0.0.1 windows.fun
- In Virtualbox, `update your windows hosts file <http://helpdeskgeek.com/windows-7/windows-7-hosts-file/>`_ with the following line. ::
10.0.2.2 windows.fun
- In Virtualbox preferences, set the network adaptor Attached To setting to Nat
- As of this writing, Internet Explorer's debugger doesn't work without an update. To update, go to `this link <https://www.microsoft.com/en-us/download/confirmation.aspx?id=45134>`_ and patch IE.
- Restart everything in the OSF, and how you can access the osf on Internet Explorer from http://windows.fun:5000. The http://locahost:5000 url will still work on your mac browser.

0 comments on commit 777722a

Please sign in to comment.