~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/redhat.rst

  • Committer: Lee Bieber
  • Date: 2011-03-03 03:19:07 UTC
  • mfrom: (2215.1.3 build)
  • Revision ID: kalebral@gmail.com-20110303031907-cne4x39qayocoyh3
Merge Patrick - 727506: Can't run dbqp on rhel 5.5
Merge Marisa - latest documentation updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Installing in RedHat and Fedora
2
 
===============================
 
2
================================
3
3
 
4
4
Using RPMs
5
5
----------
59
59
 
60
60
.. code-block:: bash
61
61
 
62
 
   yum install drizzle7
 
62
   yum install drizzle7-server drizzle7-client
63
63
 
64
64
Compiling From Source
65
65
---------------------