summaryrefslogtreecommitdiffstats
path: root/doc/appendix
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-12-12 23:34:43 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-12-12 23:34:43 +0100
commit18b3b41b3f993b2dd5a10e1bbb8abf959c57c4e2 (patch)
tree19f55b23528fe92c697c7f4a33cff9da26780d8e /doc/appendix
parent575ad2c4b3da92f38eb710aa79dd07fb37b9d1a1 (diff)
downloadbcfg2-18b3b41b3f993b2dd5a10e1bbb8abf959c57c4e2.tar.gz
bcfg2-18b3b41b3f993b2dd5a10e1bbb8abf959c57c4e2.tar.bz2
bcfg2-18b3b41b3f993b2dd5a10e1bbb8abf959c57c4e2.zip
doc: Added some more details
Diffstat (limited to 'doc/appendix')
-rw-r--r--doc/appendix/guides/fedora.txt19
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/appendix/guides/fedora.txt b/doc/appendix/guides/fedora.txt
index f3a5a3929..ea0068b38 100644
--- a/doc/appendix/guides/fedora.txt
+++ b/doc/appendix/guides/fedora.txt
@@ -15,12 +15,22 @@ This is a complete getting started guide for Fedora. With this
document you should be able to install a Bcfg2 server, a Bcfg2 client,
and change the ``/etc/motd`` file on the client.
+Prerequisites
+=============
+
+To setup a configuration management system based on Bcfg2 only a few
+prerequisites need to be fullfilled.
+
+* A server machine that can host the Bcfg2
+* Internet access for the installation process
+* A working network with DNS
+
+
Install Bcfg2 From RPM
======================
The fastest way to get Bcfg2 onto your system is to use ``yum``
-or PackageKit. ``
-um`` will pull all dependencies of Bcfg2
+or PackageKit. ``yum`` will pull all dependencies of Bcfg2
automatically in. ::
$ su -c 'yum install bcfg2-server bcfg2'
@@ -28,6 +38,7 @@ automatically in. ::
Your system should now have the necessary software to use Bcfg2.
The next step is to set up your Bcfg2 :term:`repository`.
+
Initialize your repository
==========================
@@ -45,7 +56,7 @@ is a tool which allows you to automate this:
What is the server's hostname: [config01.local.net]
Input the server location [https://config01.local.net:6789]:
Input base Operating System for clients:
- 1: Redhat/Fedora/RHEL/RHAS/Centos
+ 1: Red Hat/Fedora/RHEL/RHAS/Centos
2: SUSE/SLES
3: Mandrake
4: Debian
@@ -68,7 +79,7 @@ Change responses as necessary.
Start the server
================
-You are now ready to start your bcfg2 server for the first time::
+You are now ready to start your Bcfg2 server for the first time::
$ su -c '/etc/init.d/bcfg2-server start'
Starting Configuration Management Server: bcfg2-server [ OK ]