Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
How to use the dev version of the Juju GUI
cd ~
mkdir -p charms/trusty
cd charms/trusty
bzr branch lp:~juju-gui/charms/trusty/juju-gui/trunk juju-gui
cd ../
juju bootstrap
juju deploy --repository=. local:trusty/juju-gui
juju set juju-gui juju-gui-source=develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment