Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Setup.md #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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