~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/ubuntu.rst

  • Committer: Joseph Daly
  • Date: 2010-10-24 03:19:07 UTC
  • mto: (1856.2.16 transaction_id_innodb)
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101024031907-cnkdjmjycx62jsv0
create schema changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Installing In Ubuntu
2
 
====================
3
 
 
4
 
Using DEBs
5
 
----------
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
8
 
https://launchpad.net/~drizzle-developers/+archive/ppa
9
 
 
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