Skip to content

Instantly share code, notes, and snippets.

@hatched
Last active August 29, 2015 14:21
Show Gist options
  • Save hatched/2dc93eddbcdc9a2c9974 to your computer and use it in GitHub Desktop.
Save hatched/2dc93eddbcdc9a2c9974 to your computer and use it in GitHub Desktop.
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