Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add instructions on how to install GUI #3462

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/en/controllers-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To view the URL and login credentials for the GUI, use the following command:
juju gui
```

This will produce output similar to the following:
This should produce output similar to the following:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is simply a messaging issue on the rare event bootstrap fails to download a GUI. I feel that this should remain as will and the issue be resolved in Juju.


```no-highlight
GUI 2.3.0 for model "admin/default" is enabled at:
Expand All @@ -27,6 +27,13 @@ Your login credential is:
password: 1d191f0ef257a3fc3af6be0814f6f1b0
```

If you see the error `ERROR Juju GUI is not available: Juju GUI not found`, then:

* Download the [latest release](https://github.com/juju/juju-gui/releases/) (`.tar.bz2` file)
* `juju upgrade-gui path/to/release.tar.bz2`
* Wait a few seconds while Juju decompresses that file and runs it
* Run `juju gui` again

If you don't want to copy and paste the URL manually, typing `juju gui
--browser` will open the link in your default browser automatically.

Expand Down