From 085f794c5943ade676914182adb0f0605a7dc27c Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Tue, 26 May 2015 11:44:05 -0600 Subject: [PATCH] update consul features in readme --- docs/src/main/asciidoc/README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index 3cc921ae..c71c137f 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -12,10 +12,10 @@ Features of Consul * Distributed configuration * Service registration and discovery -* Messaging +* Distributed events * Distributed locking and sessions * Supports multiple data centers -* has a slick ui +* Built in, user-friendly user interface See the https://consul.io/intro/index.html[intro] for more information. @@ -29,7 +29,7 @@ See the https://consul.io/intro/index.html[intro] for more information. == Running the sample 1. https://consul.io/downloads.html[Install consul] -2. Run `./run_consul.sh` found in the root of this project +2. Run `./src/main/bash/local_run_consul.sh` 3. verify consul is running by visiting http://localhost:8500 4. run `mvn --settings .settings.xml package` this will bring in the required spring cloud maven repositories and build 5. run `java -jar spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.0.0.BUILD-SNAPSHOT.jar`