Skip to content

Commit

Permalink
Updated readme example (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielerzinger authored and cscatolini committed Aug 7, 2018
1 parent a4eec7e commit 3be5b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ make setup

Here's how to run one of the examples:

start etcd (this command requires docker-compose and will run an etcd container locally, you may run an etcd without docker if you prefer)
Start etcd (this command requires docker-compose and will run an etcd container locally, you may run an etcd without docker if you prefer)
```
cd ./examples/testing && docker-compose up -d etcd
```
run the connector frontend server from cluster_grpc example
```
run-cluster-grpc-example-connector
make run-cluster-grpc-example-connector
```
run the room backend server from the cluster_grpc example
```
run-cluster-grpc-example-room
make run-cluster-grpc-example-room
```

You should now have 2 pitaya servers running, a frontend connector and a backend room.
Expand Down

0 comments on commit 3be5b0e

Please sign in to comment.