~frankban/juju-quickstart/check-locale

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Brad Crittenden
  • Date: 2014-03-21 13:57:13 UTC
  • mfrom: (59.1.3 1295326)
  • Revision ID: bac@canonical.com-20140321135713-1tt4nm703wrz1due
Update README with support notes.

Included discussion of supported Ubuntu releases and installation
instructions.

R=frankban
CC=
https://codereview.appspot.com/78830044

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
Once Juju has been installed, the command can also be run as a juju plugin,
30
30
without the hyphen (``juju quickstart``).
 
31
 
 
32
 
 
33
Supported Versions
 
34
------------------
 
35
 
 
36
Juju Quickstart is available on Ubuntu releases 12.04 LTS (precise), 13.10
 
37
(saucy), and 14.04 LTS (trusty).
 
38
 
 
39
For installation on precise and saucy, you'll need to enable the Juju PPA by
 
40
first executing::
 
41
 
 
42
  sudo add-apt-repository ppa:juju/stable
 
43
  sudo apt-get update
 
44
  sudo apt-get install juju-quickstart
 
45
 
 
46
For trusty the PPA is not required and you simply need to install it
 
47
with::
 
48
 
 
49
  sudo apt-get install juju-quickstart
 
50
 
 
51
Alternatively you may install Juju Quickstart via pip with::
 
52
 
 
53
  pip install juju-quickstart