Skip to content

Commit

Permalink
Merge pull request #108 from IABTechLab/kcc-update-setupmd
Browse files Browse the repository at this point in the history
Update Setup.md
  • Loading branch information
ssundahlTTD authored Jan 28, 2025
2 parents 2498377 + 960312e commit 020fd5c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions localtest/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ You need to do these steps once on your machine - and you may need to repeat som

Your `hosts` file provides local DNS overrides. We use it so you can visit the fake domains in your browser using their domain names.

On Windows:
Open `C:\Windows\System32\drivers\etc\hosts` in a text editor. You might need admin permissions - you can either give your user write permission on the file or run your text editor as admin.
### Windows
- Open `C:\Windows\System32\drivers\etc\hosts` in a text editor.
- You might need admin permissions - you can either give your user write permission on the file or run your text editor as admin.

On Mac & Linux:
Edit `/etc/hosts` using a text editor. You will probably need sudo access.
### MacOS
- Edit `/etc/hosts` using a text editor.
- You will probably need sudo access.

Add one entry for each site defined in `siteDetails.js` pointing to `127.0.0.1`. Do not edit/remove other parts of the file! Currently, that looks like this:

Expand Down

0 comments on commit 020fd5c

Please sign in to comment.