-
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
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks for the PR @mlda065 however as the issue is rare and caused by a bug I feel that this should be worded as a help to people running into the issue and not as a flaw in the tool.
@@ -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: |
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.
src/en/controllers-gui.md
Outdated
@@ -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 comment
The 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 juju gui
command returns 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 comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I just updated that
@mlda065 You've caught the Juju documentation on the cusp of a significant change. Doc updates, as of today actually, are now made on discourse.jujucharms.com. See this announcement. |
@hatched do you know if this patch is still relevant? |
The issue that caused this PR to be created is still technically possible however the GUI has now been replaced with the Dashboard in 2.8 so it'll need some further updates to that effect. https://github.com/canonical-web-and-design/jaas-dashboard/releases |
Allegedly the GUI is installed by default since version 2.0.
However that's not true. I've tried installing and reinstalling version 2.5 and the GUI is still absent.
So I've added instructions on how to install it, based on issue #3461