~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-06-26 18:42:31 UTC
  • Revision ID: jorge@ubuntu.com-20130626184231-kd8eyy8mdtncwu9l
Make it more explicit for 12.04 users

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                                <div>
19
19
                                        <h2>Install Juju</h2>
20
20
                                        <p><code>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 <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>
 
21
                                        <p>If you are using 12.04 you 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
 
                                        <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>
25
 
 
26
 
        
27
 
 
28
24
                                        </a>
29
25
                                </div>
30
26
                        </div>