diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2012-01-07 14:43:37 +0100 |
---|---|---|
committer | Fabian Affolter <fabian@bernewireless.net> | 2012-01-07 14:43:37 +0100 |
commit | 5edd8c1fcd3dcfff95249b268f355f47e7553833 (patch) | |
tree | de0426494d75ac0af0107e32eb49ca69500bf37c | |
parent | 69285ced4eec3e684802f70c321482776c5d96e3 (diff) | |
download | bcfg2-5edd8c1fcd3dcfff95249b268f355f47e7553833.tar.gz bcfg2-5edd8c1fcd3dcfff95249b268f355f47e7553833.tar.bz2 bcfg2-5edd8c1fcd3dcfff95249b268f355f47e7553833.zip |
Updated the package and added details about Alpine Linux and RHEL 6.x
-rw-r--r-- | doc/installation/distributions.txt | 18 |
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 |