mirror of https://github.com/status-im/consul.git
website: update setup instructions for self-hosted ui
This commit is contained in:
parent
63706d5516
commit
59c79e8b6a
|
@ -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
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue