~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/redhat.rst

  • Committer: Andrew Hutchings
  • Date: 2011-02-15 22:03:42 UTC
  • mto: (2172.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2173.
  • Revision ID: andrew@linuxjedi.co.uk-20110215220342-k4tveraug3bpy2v5
Make fixes to temporal docs
Make a few minor docs cleanups/fixes
Start using syntax-highlighting code blocks

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