update consul features in readme

This commit is contained in:
Spencer Gibb
2015-05-26 11:44:05 -06:00
parent 4053761982
commit 085f794c59

View File

@@ -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`