~barry/autopilot/lp1488175

« back to all changes in this revision

Viewing changes to docs/guides/installation.rst

  • Committer: CI Train Bot
  • Author(s): Christopher Lee
  • Date: 2015-02-26 22:47:31 UTC
  • mfrom: (504.1.1 release-changelog-conflicts)
  • Revision ID: ci-train-bot@canonical.com-20150226224731-mth02f80vss1h5ev
Autopilot Release February 20th 2015.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _installing_autopilot:
 
2
 
 
3
Installing Autopilot
 
4
####################
 
5
 
 
6
.. contents::
 
7
 
 
8
 
 
9
Autopilot is in continuous development, and the best way to get the latest version of autopilot is to run the latest Ubuntu development image. The autopilot developers traditionally support the Ubuntu release immediately prior to the development release via the autopilot PPA.
 
10
 
 
11
Ubuntu
 
12
======
 
13
**I am running the latest development image!**
 
14
 
 
15
In that case you can install autopilot directly from the repository and know you are getting the latest release. Check out the packages below.
 
16
 
 
17
**I am running a stable version of Ubuntu!**
 
18
 
 
19
You may install the version of autopilot in the archive directly, however it will not be up to date. Instead, you should add the latest autopilot ppa to your system (as of this writing, that is autopilot 1.5).
 
20
 
 
21
To add the PPA to your system, run the following command::
 
22
 
 
23
    sudo add-apt-repository ppa:autopilot/1.5 && sudo apt-get update
 
24
 
 
25
Once the PPA has been added to your system, you should be able to install the autopilot packages below.
 
26
 
 
27
**Which packages should I install?**
 
28
 
 
29
Are you working on ubuntu touch applications? The ``autopilot-touch`` metapackage is for you::
 
30
 
 
31
    sudo apt-get install autopilot-touch
 
32
 
 
33
If you are sticking with gtk desktop applications, install the ``autopilot-desktop`` metapackage instead::
 
34
 
 
35
    sudo apt-get install autopilot-desktop
 
36
 
 
37
Feel free to install both metapackages to ensure you have support for all autopilot tests.
 
38
 
 
39
Other Linux's
 
40
=============
 
41
 
 
42
You may have to download the source code, and either run from source, or build the packages locally. Your best bet is to ask in the autopilot IRC channel ( :ref:`help_and_support`).