Skip to content

johndavidge/juju-gui

 
 

Repository files navigation

README

Welcome. Juju-GUI is a web-based GUI for Juju. Juju lets you deploy connected services to the cloud in a convenient, vendor-neutral, and powerful way. The GUI lets you visualize and manage your work more intuitively from a web browser.

Juju-GUI code is hosted on Github

Juju-GUI bugs are tracked on on Launchpad.

See also:

Deploy

Deploying the GUI is easiest with the juju quickstart plugin or the Juju GUI charm. If you want to simply use the GUI, please try those.

If you want to develop the GUI, or you have a deployment goal that the charm does not and cannot support, you can try the Makefile commands. The most useful available commands are shown by the make help command.

You will typically want to run one of make prod, make debug or make devel to deploy an environment. You might also run make test-debug and make test-prod to check that everything is ok, and make docs to generate the available documentation for both project and code. See the HACKING file for details.

Configure

Some configurable parameters may be found in three files:

  • config.js
  • app/config-debug.js
  • app/config-prod.js

If you are using the charm, the end-user configuration is available from the charm configuration.

About

Juju-GUI is a web-based GUI for Juju <https://juju.ubuntu.com/>.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • CSS 4.2%
  • Python 3.9%
  • Shell 0.2%