Skip to content

Commit 0f23ee7

Browse files
authored
Update installation instructions for Web UI
Recent versions of SmartOS ship with uiadm.
1 parent c5bf19b commit 0f23ee7

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/web-interface.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,12 @@ configuration on an instance or image that causes errors in the UI.
1515

1616
## Installation
1717

18-
To install the web interface, download and run the installer.
18+
You can use `uiadm` to install the web interface:
1919

2020
```sh
21-
curl -O https://us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/ui-installer.sh
22-
bash ./ui-installer.sh
21+
uiadm install latest
2322
```
2423

25-
Or, the quick and dirty way:
26-
27-
<!-- markdownlint-disable line-length -->
28-
29-
```sh
30-
curl https://us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/ui-installer.sh | bash
31-
```
32-
<!-- markdownlint-enable line-length -->
33-
3424
## Accessing the Web UI
3525

3626
The UI is available on port 4443. The installer will print out the URL

0 commit comments

Comments
 (0)