~bcsaller/charms/precise/juju-gui/sandbox-charm

« back to all changes in this revision

Viewing changes to HACKING.md

  • Committer: Francesco Banconi
  • Date: 2013-03-28 16:25:06 UTC
  • mfrom: (36.1.7 juju-gui)
  • Revision ID: francesco.banconi@canonical.com-20130328162506-dgerjn52ye7433w9
Added support for juju-core.

It is now possible to deploy the charm
in a juju-core environment.
The GUI correctly  connects to the juju-core 
API server.

R=gary.poster, bac
CC=
https://codereview.appspot.com/8081043

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
You'll also need some dependencies and developer basics.
18
18
 
19
 
    sudo apt-get install bzr autoconf libtool python-charmhelpers xvfb
 
19
    sudo apt-get install bzr autoconf libtool python-charmhelpers python-yaml \
 
20
        xvfb
20
21
 
21
22
Next, you need the bzr branch.  We work from
22
23
[lp:~juju-gui/charms/precise/juju-gui/trunk](https://code.launchpad.net/~juju-gui/charms/precise/juju-gui/trunk).