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

« back to all changes in this revision

Viewing changes to template-get-started.php

  • Committer: Jorge O. Castro
  • Date: 2013-04-25 17:34:57 UTC
  • Revision ID: jorge@ubuntu.com-20130425173457-bv8173jz16wucrj9
Fix Juju download instructions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                                <span class="number">1</span>
18
18
                                <div>
19
19
                                        <h2>Install Juju</h2>
20
 
                                        <p><code>sudo add-apt-repository ppa:juju/devel<br/>sudo apt-get update && sudo apt-get install juju-core</code></p>
 
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>
 
22
 
 
23
                                                        <p><code>sudo add-apt-repository ppa:juju/devel<br/>sudo apt-get update && sudo apt-get install juju-core</code></p>
 
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>
21
25
 
22
26
                                        </a>
23
27
                                </div>