~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/ubuntu.rst

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
merge lp:~olafvdspek/drizzle/refactor4

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 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
7
9
https://launchpad.net/~drizzle-developers/+archive/ppa
8
10
 
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
 
11
As a first step, run the following command: ::
 
12
 
 
13
        sudo apt-get install python-software-properties
 
14
 
 
15
To add the above PPA at command line: ::
 
16
 
 
17
        sudo apt-add-repository ppa:drizzle-developers/ppa
 
18
        sudo apt-get update
 
19
 
 
20
Then to install Drizzle, both the server and the client utilities: ::
 
21
 
 
22
        sudo apt-get install drizzle