yellow team mailing list archive
-
yellow team
-
Mailing list archive
-
Message #01919
[Merge] lp:~teknico/juju-gui/small-doc-fixes into lp:juju-gui
Nicola Larosa has proposed merging lp:~teknico/juju-gui/small-doc-fixes into lp:juju-gui.
Requested reviews:
Juju GUI Hackers (juju-gui)
For more details, see:
https://code.launchpad.net/~teknico/juju-gui/small-doc-fixes/+merge/139465
Three doc fixes that were left behind.
Trivial, self-reviewed.
https://codereview.appspot.com/6922053/
--
https://code.launchpad.net/~teknico/juju-gui/small-doc-fixes/+merge/139465
Your team Juju GUI Hackers is requested to review the proposed merge of lp:~teknico/juju-gui/small-doc-fixes into lp:juju-gui.
=== modified file 'HACKING'
--- HACKING 2012-12-12 10:05:04 +0000
+++ HACKING 2012-12-12 13:40:48 +0000
@@ -34,7 +34,7 @@
The gui frontend can be installed with::
- $ bzr branch lp:juju-ui trunk
+ $ bzr branch lp:juju-gui trunk
$ cd trunk
$ make server
@@ -64,7 +64,7 @@
api-port: 8081
Note that juju-origin is set to the ppa, the api server runs outside of
-the container, and is launched using whichever branch you're using.
+the container, and it is launched using whichever branch you're using.
Also note that the api-port should be set at 8081, which the gui's
initial environment connection currently defaults to.
@@ -91,7 +91,7 @@
certificate and the private key, whose filenames will have to be respectively
``juju.crt`` and ``juju.key``.
-After which, the gui should be functional (it automatically polls the
+After this, the gui should be functional (it automatically polls the
api server for establishing a websocket).
Running Unit Tests
Follow ups