~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/ubuntu.rst

  • Committer: Mark Atwood
  • Date: 2012-01-04 16:59:32 UTC
  • mfrom: (2478.2.3 real-key-use-catalog)
  • Revision ID: me@mark.atwood.name-20120104165932-cm0xqs4by0u3p4cy
merge lp:~stewart/drizzle/key-use-catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Installing In Ubuntu
2
 
====================
 
1
Installing on Ubuntu
 
2
=====================
3
3
 
4
4
Using DEBs
5
5
----------
6
6
 
7
 
Ubuntu Natty (11.04) has Drizzle .deb files in the repositories. For Ubuntu 10.04 and 10.10 we have a PPA available at
 
7
Ubuntu 11.04 Natty Narwhal has Drizzle .deb files in the standard Ubuntu repositories.
 
8
For Ubuntu 10.04 LTS Lucid Lynx and Ubuntu 10.10 Maverick Meerkat there is a PPA available at
8
9
https://launchpad.net/~drizzle-developers/+archive/ppa
9
10
 
10
11
As a first step, run the following command: ::
11
12
 
12
13
        sudo apt-get install python-software-properties
13
14
 
14
 
To add the above PPA at command line simply run: ::
 
15
To add the above PPA at command line: ::
15
16
 
16
17
        sudo apt-add-repository ppa:drizzle-developers/ppa
17
18
        sudo apt-get update
18
19
 
19
 
To then install Drizzle: ::
 
20
Then to install Drizzle, both the server and the client utilities: ::
20
21
 
21
 
        sudo apt-get install drizzle-server drizzle-client
 
22
        sudo apt-get install drizzle