Skip to content
Merged
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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@ Once the reverse proxy is started, you can browse to locally hosted Keyman sites
* http://s.keyman.com.localhost

## Pre-requisites
On the host machine, install [Docker](https://docs.docker.com/get-docker/).

- On the host machine, install [Docker](https://docs.docker.com/get-docker/).

### DNS

- On macOS and perhaps others, you may need to edit `/etc/hosts` (probably with `sudo`)

```
127.0.0.1 localhost help.keyman.com.localhost api.keyman.com.localhost keyman.com.localhost keymanweb.com.localhost s.keyman.com.localhost
```