Skip to content

Commit

Permalink
Instructions for running a single machine demo
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed Aug 9, 2018
1 parent 7ff7275 commit 39233c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@
Demo code and microservices for the HashiCorp Consul 101 course.

Email [email protected] or see https://www.hashicorp.com/training for details.

## Quickstart

More documentation is coming. In the meantime, you can start a local demo with:

consul agent -dev -config-dir="./demo-config-localhost" -node=laptop

Then start instances of `dashboard-service` and `counting-service`

cd services/dashboard-service
PORT=9002 go run main.go

cd services/counting-service
PORT=9003 go run main.go

0 comments on commit 39233c5

Please sign in to comment.