-
Notifications
You must be signed in to change notification settings - Fork 103
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
```no-highlight | ||
GUI 2.3.0 for model "admin/default" is enabled at: | ||
|
@@ -27,6 +27,14 @@ Your login credential is: | |
password: 1d191f0ef257a3fc3af6be0814f6f1b0 | ||
``` | ||
|
||
From Juju 2.0 onwards, the GUI *should* be installed by default. | ||
However if you see the error `ERROR Juju GUI is not available: Juju GUI not found`, then: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd remove line 30 entirely and modify this one to read... "If the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, I just updated that |
||
|
||
* 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. | ||
|
||
|
There was a problem hiding this comment.
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.