~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/ubuntu.rst

  • Committer: Lee Bieber
  • Date: 2011-01-21 21:44:29 UTC
  • mfrom: (2100.1.6 build)
  • Revision ID: kalebral@gmail.com-20110121214429-p7ctkpx00hsb6pv7
Update test for regression.682563 to add now needed COMMIT statements
Need to add new doc files to docs/include.am for distcheck target
update big test, add COMMIT statement per Stewart's recent changes
Merge Stewart - fix bug 701468: TransactionalStorageEngine::doRollback(session, all) "all" isn't true - need to check session autocommit settings
Merge Stewart - 682563: TransactionalStorageEngine::doCommit(session, all) "all" isn't true - need to check session autocommit settings
Merge Andrew - fix bug 705576: Docs need 'How to compile' pages
Merge Andrew - fix bug 705771: Documentation for common client errors

Show diffs side-by-side

added added

removed removed

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