1 | | {{{ |
2 | | #!rst |
3 | | |
4 | | .. -*- mode: rst -*- |
5 | | |
6 | | .. _CentOS: http://www.centos.org/ |
7 | | .. _Red Hat/RHEL: http://www.redhat.com/rhel/ |
8 | | .. _Scientific Linux: http://www.scientificlinux.org/ |
9 | | .. _EPEL: http://fedoraproject.org/wiki/EPEL |
10 | | .. _RPMForge: https://rpmrepo.org/RPMforge |
11 | | |
12 | | .. _rhel-installation: |
13 | | |
14 | | RHEL / Centos / Scientific Linux |
15 | | ================================ |
16 | | |
17 | | While you can go about building all these things from source, this |
18 | | section will try and meet the dependencies using packages from EPEL_ |
19 | | [#f1]_ or RPMforge_. The *el5* package should be compatible with |
20 | | `CentOS`_ 5.x and `Scientific Linux`_. |
21 | | |
22 | | |
23 | | EPEL_:: |
24 | | |
25 | | [[email protected] ~]# rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm |
26 | | |
27 | | RPMforge_:: |
28 | | |
29 | | [[email protected] ~]# rpm -Uvh http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm |
30 | | |
31 | | Note: Be careful with `mixing package repositories <http://fedoraproject.org/wiki/EPEL/FAQ#What_about_compatibility_with_other_third_party_repositories.3F>`_. |
32 | | |
33 | | Install the bcfg2-server and bcfg2 RPMs:: |
34 | | |
35 | | [[email protected] ~]# yum install bcfg2-server bcfg2 |
36 | | |
37 | | |
38 | | .. [#f1] For more details check the EPEL_ `instructions <http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_ |
39 | | |
40 | | }}} |
| 1 | This page has moved to http://docs.bcfg2.org/installation/distributions.html#rhel-centos-scientific-linux. |