From f7d04c31246b4cad94d677ed5581a44243d95120 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Wed, 30 Apr 2014 23:08:54 -0400 Subject: [PATCH] ui: more fixes around the readme --- ui/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/README.md b/ui/README.md index 48ff47f56a..795878b61f 100644 --- a/ui/README.md +++ b/ui/README.md @@ -42,3 +42,8 @@ Consul ships with an HTTP server for the API and UI. By default, when you run the agent, it is off. However, if you pass a `-ui-dir` flag with a path to this directoy, you'll be able to access the UI via the Consul HTTP server address, which defaults to `localhost:8500/ui`. + +An example of this command, from inside the `ui/` directory, would be: + + consul agent -bootstrap -server -data-dir /tmp/ -ui-dir . +