summaryrefslogtreecommitdiffstats
path: root/doc/installation
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2012-01-07 14:43:37 +0100
committerFabian Affolter <fabian@bernewireless.net>2012-05-01 18:40:30 +0200
commit3d6c4071ac9a49fb7253f9b621de077bbd6a1cdb (patch)
tree4e770359f6f831065e802904de05999dac53b0b6 /doc/installation
parentad8a399f9016f97f2e8c0a16bb5832006ef9566e (diff)
downloadbcfg2-3d6c4071ac9a49fb7253f9b621de077bbd6a1cdb.tar.gz
bcfg2-3d6c4071ac9a49fb7253f9b621de077bbd6a1cdb.tar.bz2
bcfg2-3d6c4071ac9a49fb7253f9b621de077bbd6a1cdb.zip
Updated the package and added details about Alpine Linux and RHEL 6.x
Diffstat (limited to 'doc/installation')
-rw-r--r--doc/installation/distributions.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/installation/distributions.txt b/doc/installation/distributions.txt
index 383943e9f..7fdfc36f6 100644
--- a/doc/installation/distributions.txt
+++ b/doc/installation/distributions.txt
@@ -10,6 +10,17 @@ The installation of Bcfg2 on a specific distribution depends on the
package management tool and the availability of the package in the
distribution's repository.
+Alpine Linux
+============
+
+Packages for `Alpine Linux`_ are available in the `testing`_ repository.
+Just use `apk` to perform the installation ::
+
+ apk add bcfg2 bcfg2-server -U -X http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
+
+.. _Alpine Linux: http://www.alpinelinux.org/
+.. _testing: http://git.alpinelinux.org/cgit/aports/tree/testing/bcfg2
+
ArchLinux
=========
@@ -101,13 +112,16 @@ RHEL / Centos / Scientific Linux
While you can go about building all these things from source, this
section will try and meet the dependencies using packages from EPEL_
-[#f1]_. The *el5* and the soon available *el6* package should be compatible
+[#f1]_. The *el5* and the *el6* package should be compatible
with `CentOS`_ 5.x/6.x and `Scientific Linux`_.
-EPEL_::
+EPEL_ for 5.x ::
[root@centos ~]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
+EPEL_ for 6.x ::
+ [root@centos ~]# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
+
Install the bcfg2-server and bcfg2 RPMs::
[root@centos ~]# yum install bcfg2-server bcfg2