Merge lp:~dweaver/juju-core/fix-typos-in-charms-relations-example into lp:juju-core/docs

Proposed by Darryl Weaver
Status: Merged
Approved by: Nick Veitch
Approved revision: no longer in the source branch.
Merge reported by: Nick Veitch
Merged at revision: not available
Proposed branch: lp:~dweaver/juju-core/fix-typos-in-charms-relations-example
Merge into: lp:juju-core/docs
Diff against target: 12 lines (+1/-1)
1 file modified
htmldocs/charms-relations.html (+1/-1)
To merge this branch: bzr merge lp:~dweaver/juju-core/fix-typos-in-charms-relations-example
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+172382@code.launchpad.net

Description of the change

Correct a typo in the wordpress deployment example on page charms-relations.html

To post a comment you must log in.
Revision history for this message
Nick Veitch (evilnick) wrote :

good spot! thanks

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htmldocs/charms-relations.html'
2--- htmldocs/charms-relations.html 2013-07-01 14:04:46 +0000
3+++ htmldocs/charms-relations.html 2013-07-01 17:54:26 +0000
4@@ -108,7 +108,7 @@
5 <p>The charm for WordPress, for example, knows that it requires a database. It therefore has some code to deal with creating that connection and configuring the WordPress instance appropriately when it is told which database to connect to. Similarly, the MySQL charm knows that it is a database, and has code to create different types of database depending on what is required. The act of joining these services together causes this code to run, the WordPress charm saying what tables, users and data it requires, and the MySQL charm fulfilling that and acknowledging the task. As you will see though, adding a relationship is much easier than even this brief explanation.</p>
6 <h1>Creating Relations</h1>
7 <p>Creating relationships is usually very straightforward. Simply deploy the two services:</p>
8- <pre><code>juju deploy mediawiki
9+ <pre><code>juju deploy wordpress
10 juju deploy mysql
11 </code></pre>
12 <p>Then you create the relationship by specifying these two services with the <strong>add-relation</strong> command:</p>

Subscribers

People subscribed via source and target branches