~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/ubuntu.rst

  • Committer: Lee Bieber
  • Date: 2011-02-17 01:20:35 UTC
  • mfrom: (2173.1.4 build)
  • Revision ID: kalebral@gmail.com-20110217012035-bcy3wm3ewvwc2bra
Merge Andrew - 719892 Change docs for rpm.drizzle.org
Merge Patrick - 719445: dbqp not being included in tarballs / make distcheck
Merge Stewart - remove some unused cmd line options for drizzledump
Merge Marisa - 716062 - fix ubuntu install doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Using DEBs
5
5
----------
6
 
Ubuntu Natty (11.04) has Drizzle .deb files in the repositories.  For Ubuntu 10.04 and 10.10 we have a PPA available at
 
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
8
https://launchpad.net/~drizzle-developers/+archive/ppa
8
9
 
9
 
To add this PPA at command line simply run::
10
 
 
11
 
  sudo apt-add-repository ppa:drizzle-developers/ppa
12
 
  sudo apt-get update
13
 
 
14
 
To then install Drizzle::
15
 
 
16
 
  sudo apt-get install drizzle drizzle-client
 
10
As a first step, run the following command: ::
 
11
 
 
12
        sudo apt-get install python-software-properties
 
13
 
 
14
To add the above PPA at command line simply run: ::
 
15
 
 
16
        sudo apt-add-repository ppa:drizzle-developers/ppa
 
17
        sudo apt-get update
 
18
 
 
19
To then install Drizzle: ::
 
20
 
 
21
        sudo apt-get install drizzle-server drizzle-client