~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/redhat.rst

  • Committer: Lee Bieber
  • Date: 2011-02-16 14:48:10 UTC
  • mfrom: (2172.1.5 build)
  • Revision ID: kalebral@gmail.com-20110216144810-u3w6f3a5s6qwisrz
Merge Stewart - remove unused macros
Merge Olaf - remove old style casts
Merge Stewart remove  unused macros in drizzledump
Merge Andrew - 718657: Several errors in Date/Time docs
Merge Olaf - Move strfunc functions into TYPELIB class

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
`EPEL <http://fedoraproject.org/wiki/EPEL>`_ repository is also added to your
12
12
distribution.
13
13
 
14
 
To add that repository, run the following command::
 
14
To add that repository, run the following command:
 
15
 
 
16
.. code-block:: bash
15
17
 
16
18
  sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
17
19
 
18
20
To add the repository to your distribution you also need to create a /etc/yum.repos.d/drizzle.repo file with the following content:
19
21
 
20
 
*RedHat*::
 
22
*RedHat*
 
23
 
 
24
.. code-block:: ini
21
25
 
22
26
   [drizzle]
23
27
   name=drizzle
31
35
   enabled=1
32
36
   gpgcheck=0
33
37
 
34
 
*Fedora*::
 
38
*Fedora*
 
39
 
 
40
.. code-block:: ini
35
41
 
36
42
   [drizzle]
37
43
   name=drizzle
45
51
   enabled=1
46
52
   gpgcheck=0
47
53
 
48
 
You can then use the following shell command::
 
54
You can then use the following shell command:
 
55
 
 
56
.. code-block:: bash
49
57
 
50
58
   yum install drizzle7
51
59