summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/fedora.txt
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-11-09 00:15:43 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-11-09 00:15:43 +0100
commit391406c85d86dc931f3fdb2483a14d0f1e7e6355 (patch)
tree97fe00f6a9dcf5d821139766b213418d57b5d31b /doc/installation/distro/fedora.txt
parent553c693618321fad2a88030b16d42d3253befaec (diff)
downloadbcfg2-391406c85d86dc931f3fdb2483a14d0f1e7e6355.tar.gz
bcfg2-391406c85d86dc931f3fdb2483a14d0f1e7e6355.tar.bz2
bcfg2-391406c85d86dc931f3fdb2483a14d0f1e7e6355.zip
doc: Massive update
Diffstat (limited to 'doc/installation/distro/fedora.txt')
-rw-r--r--doc/installation/distro/fedora.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/installation/distro/fedora.txt b/doc/installation/distro/fedora.txt
new file mode 100644
index 000000000..92771b974
--- /dev/null
+++ b/doc/installation/distro/fedora.txt
@@ -0,0 +1,23 @@
+.. -*- mode: rst -*-
+
+.. _Packages: https://admin.fedoraproject.org/pkgdb/acls/name/bcfg2
+.. _Fedora: https://www.fedoraproject.org
+
+.. _fedora-installation:
+
+Fedora
+======
+
+The fastest way to get Bcfg2 Packages_ onto your Fedora_ system is to
+use `yum` or PackageKit. Yum will pull in all dependencies of Bcfg2
+automatically. ::
+
+ $ su -c 'yum install bcfg2-server bcfg2'
+
+Be aware that the latest release of Bcfg2 may only be available for the
+Development release of Fedora (Rawhide). With the activation of the
+Rawhide repository of Fedora you will be able to install it. ::
+
+ $ su -c 'yum install --enablerepo=rawhide bcfg2-server bcfg2'
+
+This way is not recommanded on productive systems. Only for testing.