The Juju GUI is a web-based GUI for Juju. Juju allows you to deploy, configure, manage, maintain, and scale cloud applications quickly and efficiently on public clouds, as well as on physical servers, OpenStack, and containers.
The Juju GUI is open source and the code is available on GitHub.
The latest release of the Juju GUI is made available to all users of Juju automatically
and can be launched by running juju gui
in your terminal. For those using
JAAS, you can use the GUI by logging into your account
or creating a new model.
Issues and feature requests are tracked on GitHub Issues.
JAAS users will have their GUI automatically upgraded
whenever there is a new release. For those with their own controllers you can
simply run juju upgrade-gui
.
Documentation outlining how to develop with the GUI can be found in the docs/hacking.md
document