~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/redhat.rst

  • Committer: Monty Taylor
  • Date: 2011-03-10 18:18:24 UTC
  • mfrom: (2222.2.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: mordred@inaugust.com-20110310181824-mv5zqrahenb62y5i
Merge Mark: Documentation Edits

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Using RPMs
5
5
----------
6
 
We have a custom RedHat/Fedora repository at
 
6
There is a custom RedHat/Fedora repository at
7
7
http://rpm.drizzle.org/7-dev/ which includes everything needed
8
8
to install or compile Drizzle on RedHat 5 and 6 as well as Fedora 13 - 14.
9
9
 
29
29
 
30
30
  sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
31
31
 
32
 
To add the repository to your distribution you also need to create a /etc/yum.repos.d/drizzle.repo file with the following content:
 
32
To add the Drizzle repository to your system you also need to create a /etc/yum.repos.d/drizzle.repo file with the following content:
33
33
 
34
34
*RedHat*
35
35
 
67
67
 
68
68
**$releasever** uses the Fedora version (currently 13 or 14), and **$basearch** is the architecture (i386 or x86_64).
69
69
 
70
 
You can then use the following shell command:
 
70
You can then install Drizzle by running the following command:
71
71
 
72
72
.. code-block:: bash
73
73
 
74
 
   yum install drizzle7-server drizzle7-client
 
74
   sudo yum install drizzle7-server drizzle7-client
75
75
 
76
76
Compiling From Source
77
77
---------------------
78
 
To compile from source you will need to add the repositories above and then install the following packages:
 
78
To compile from source you will need to add the repositories described above, and then install the following packages:
79
79
 
80
80
 * bzr
81
81
 * boost-devel