Skip to content

Commit

Permalink
docs: update build script name for aspnetcore readme (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Ericksen <[email protected]>
  • Loading branch information
ericksoen and Michael Ericksen authored Apr 3, 2020
1 parent bd21e85 commit 3aab504
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Examples/aspnetcore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ First, we need to compile the example
```bash
$ pwd
~/zipkin4net/
$ ./buildAndTest.sh
$ ./build.sh
```

In separate tabs or windows, start each of frontend and backend:
Expand All @@ -54,6 +54,12 @@ curl -sSL https://zipkin.io/quickstart.sh | bash -s
java -jar zipkin.jar
```

Alternatively, if you use Docker, follow the [Zipkin quickstart](https://zipkin.io/pages/quickstart.html) to run the same service:

```bash
docker run -d -p 9411:9411 openzipkin/zipkin
```

## Advanced setup

If you want to use different ports that 8081 and 9000 for frontend and backend, you have to do two things:
Expand Down

0 comments on commit 3aab504

Please sign in to comment.