update README

This commit is contained in:
Spencer Gibb
2015-03-06 21:33:18 -07:00
parent aa1efa2f0a
commit 1eb6e47b2f
2 changed files with 205 additions and 1 deletions

View File

@@ -10,7 +10,15 @@ include::intro.adoc[]
== Running the sample
1. TODO: list steps to run sample
1. Download and build zipkin
2. Install redis and run `redis-server`
3. `cd zipkin`
4. `bin/collector redis` from [here](https://github.com/twitter/zipkin/blob/master/doc/redis.md)
5. `bin/query redis`
6. `bin/web`
7. run sample application
8. hit `http://localhost:3380`
9. goto `http://localhost:8080` for zipkin web
== Building