~gbancroft-canonical/juju-website/homepage-realignment

« back to all changes in this revision

Viewing changes to template-get-started.php

  • Committer: Jorge O. Castro
  • Date: 2013-04-25 19:26:16 UTC
  • Revision ID: jorge@ubuntu.com-20130425192616-1ops3wuva4mmmjux
Format should be HTML for the website, not markdown.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                                <div>
19
19
                                        <h2>Install Juju</h2>
20
20
                                        <p>sudo apt-get install juju-core</code></p>
21
 
                                        <p>Juju is provided automatically as a backport in Ubuntu Server. Backports are usually enabled by default, but if you've turned them off here's how you can [enable them](http://askubuntu.com/a/285474/235) . If apt complains that it cannot find the packages you might need to use the PPA:</p>
 
21
                                        <p>Juju is provided automatically as a backport in Ubuntu Server. Backports are usually enabled by default, but if you've turned them off here's how you can <a href="http://askubuntu.com/a/285474/235">enable them</a>. If apt complains that it cannot find the packages you might need to use the PPA:</p>
22
22
 
23
23
                                                        <p><code>sudo add-apt-repository ppa:juju/devel<br/>sudo apt-get update && sudo apt-get install juju-core</code></p>
24
24
                                        <p>Regular updates will be made to the backported packages, unless you want to follow along with Juju development we recommend users to not use the PPA.</p>