~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/ubuntu.rst

  • Committer: Mark Atwood
  • Date: 2011-03-08 03:47:42 UTC
  • mto: (2227.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: me@mark.atwood.name-20110308034742-1wkdoq6yrdysqcua
documentation work

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 drizzle-client
 
22
        sudo apt-get install drizzle