Merge lp:~gary/juju-gui/bug1249509 into lp:juju-gui/experimental

Proposed by Gary Poster
Status: Merged
Merged at revision: 1193
Proposed branch: lp:~gary/juju-gui/bug1249509
Merge into: lp:juju-gui/experimental
Diff against target: 23 lines (+6/-5)
1 file modified
app/templates/bundle.handlebars (+6/-5)
To merge this branch: bzr merge lp:~gary/juju-gui/bug1249509
Reviewer Review Type Date Requested Status
Juju GUI Hackers Pending
Review via email: mp+194869@code.launchpad.net

Description of the change

Tweak text about juju deployer

To QA, go to a bundle in the charm browser, click on deploy tab, and look at the deployer section and make sure it looks and reads OK.

https://codereview.appspot.com/25220043/

To post a comment you must log in.
Revision history for this message
Gary Poster (gary) wrote :

Reviewers: mp+194869_code.launchpad.net,

Message:
Please take a look.

Description:
Tweak text about juju deployer

To QA, go to a bundle in the charm browser, click on deploy tab, and
look at the deployer section and make sure it looks and reads OK.

https://code.launchpad.net/~gary/juju-gui/bug1249509/+merge/194869

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/25220043/

Affected files (+8, -5 lines):
   A [revision details]
   M app/templates/bundle.handlebars

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision:
<email address hidden>
+New revision: <email address hidden>

Index: app/templates/bundle.handlebars
=== modified file 'app/templates/bundle.handlebars'
--- app/templates/bundle.handlebars 2013-11-06 01:50:01 +0000
+++ app/templates/bundle.handlebars 2013-11-12 14:28:46 +0000
@@ -77,13 +77,14 @@
                          <pre> {{deployer_file_url}}</pre>
                          <pre>juju quickstart bundle.json</pre></p>
                      <h3>Deploy via the deployer</h3>
- <p>Step 1 - Setup the virtual environment
- <pre>virtualenv --system-site-packages
deployer</pre>
- <pre>./deployer/bin/easy_install
juju-deployer</pre>
- <pre>./deployer/bin/juju-deployer -h</pre>
+ <p>The Juju deployer is a tool that the quickstart
plugin (above) uses. It can also be used standalone to give you more
control.</p>
+ <p>Step 1 - Install the deployer
+ <pre>sudo add-apt-repository ppa:juju/stable</pre>
+ <pre>sudo apt-get update</pre>
+ <pre>sudo apt-get install juju-deployer</pre>
                      </p>
                      <p>Step 2 - Deploy bundle
- <pre>./deployer/bin/juju-deployer -e
&lt;JUJU_ENV&gt; -c \</pre>
+ <pre>juju deployer -e &lt;JUJU_ENV&gt; -c \</pre>
                          <pre> {{deployer_file_url}}</pre></p>
                  </div>
                  <div id="bws-summary">

Revision history for this message
Richard Harding (rharding) wrote :
Revision history for this message
Gary Poster (gary) wrote :

*** Submitted:

Tweak text about juju deployer

To QA, go to a bundle in the charm browser, click on deploy tab, and
look at the deployer section and make sure it looks and reads OK.

R=rharding
CC=
https://codereview.appspot.com/25220043

https://codereview.appspot.com/25220043/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app/templates/bundle.handlebars'
2--- app/templates/bundle.handlebars 2013-11-06 01:50:01 +0000
3+++ app/templates/bundle.handlebars 2013-11-12 14:32:43 +0000
4@@ -77,13 +77,14 @@
5 <pre> {{deployer_file_url}}</pre>
6 <pre>juju quickstart bundle.json</pre></p>
7 <h3>Deploy via the deployer</h3>
8- <p>Step 1 - Setup the virtual environment
9- <pre>virtualenv --system-site-packages deployer</pre>
10- <pre>./deployer/bin/easy_install juju-deployer</pre>
11- <pre>./deployer/bin/juju-deployer -h</pre>
12+ <p>The Juju deployer is a tool that the quickstart plugin (above) uses. It can also be used standalone to give you more control.</p>
13+ <p>Step 1 - Install the deployer
14+ <pre>sudo add-apt-repository ppa:juju/stable</pre>
15+ <pre>sudo apt-get update</pre>
16+ <pre>sudo apt-get install juju-deployer</pre>
17 </p>
18 <p>Step 2 - Deploy bundle
19- <pre>./deployer/bin/juju-deployer -e &lt;JUJU_ENV&gt; -c \</pre>
20+ <pre>juju deployer -e &lt;JUJU_ENV&gt; -c \</pre>
21 <pre> {{deployer_file_url}}</pre></p>
22 </div>
23 <div id="bws-summary">

Subscribers

People subscribed via source and target branches