Skip to content

Commit

Permalink
Add instructions for developing on Windows to the contribution guide (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeybykov authored Sep 28, 2020
1 parent 606faf5 commit aa15e3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This doc is for contributors to Temporal server (hopefully that's you!)
* [docker](https://docs.docker.com/engine/install/)
* [docker-compose](https://docs.docker.com/compose/install/)

### Developing on Windows

For developing on Windows, install [Windows Subsystem for Linux 2 (WSL2)](https://aka.ms/wsl) and [Ubuntu](https://docs.microsoft.com/en-us/windows/wsl/install-win10#step-6---install-your-linux-distribution-of-choice). After that, follow the guidance for installing prerequisites, building, and testing on Ubuntu.

## Checking out the code

Temporal uses go modules, there is no dependency on `$GOPATH` variable. Clone the repo into the preffered location:
Expand Down Expand Up @@ -49,7 +53,7 @@ $ cd docker/dependencies
$ docker-compose up
```
Before testing on MacOS, make sure you increase the file handle limit:
```
```bash
$ ulimit -n 8192
```

Expand Down

0 comments on commit aa15e3b

Please sign in to comment.