website: update setup instructions for self-hosted ui

This commit is contained in:
Ryan Uber 2015-12-24 23:14:40 -05:00
parent 63706d5516
commit 59c79e8b6a
1 changed files with 3 additions and 7 deletions

View File

@ -48,15 +48,11 @@ You can view a live demo
![Consul Web UI](consul_web_ui.png) ![Consul Web UI](consul_web_ui.png)
</div> </div>
To set up the self-hosted UI, [download the web UI package](/downloads.html) To set up the self-hosted UI, start the Consul agent with the
and unzip it to a directory somewhere on a system with a Consul agent [`-ui` parameter](/docs/agent/options.html#_ui):
install. Restart the Consul agent, and append a
[`-ui-dir` parameter](/docs/agent/options.html#_ui_dir)
pointing to the directory where you unzipped the UI (that is, the
directory containing the `index.html` file):
```text ```text
$ consul agent -ui-dir /path/to/ui $ consul agent -ui
... ...
``` ```