Changes between Version 23 and Version 24 of Install


Ignore:
Timestamp:
04/20/10 17:55:15 (13 years ago)
Author:
http://fab.id.fedoraproject.org/
Comment:

minor layout changes

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v23 v24  
    33[[TracNav]] 
    44 
    5 == Prerequisites == 
    6 First, install the prerequisite libraries.  See the [wiki:Prereqs] page for more information. 
    7  
    8 == Bcfg2 == 
    95Before installing, you will need to choose a machine to be the Bcfg2 server.  We recommend a Linux-based machine for this purpose, but the server will work on any supported operating system.  Note that you may eventually want to run a web server on this machine for reporting and serving up package repositories. 
    106 
    11   * '''From packages:''' The easiest way to install Bcfg2 is from packages for your operating system.  You can grab packages (and source packages) for various OSes from the [wiki:PrecompiledPackages] page. Install them as you would any other packages.  The server package only needs to be installed on your designated Bcfg2 server machine; the clients package needs to be installed on any machine you plan to manage by Bcfg2. 
    12   * '''From source:''' The Bcfg2 source tarball can also be grabbed from the [wiki:Download] page.  After untarring the file, you can build Bcfg2 with {{{python setup.py install --prefix=/install/prefix}}}  This will install both the client and server on that machine. 
     7== Prerequisites == 
     8First, install the prerequisite libraries.  See the [wiki:Prereqs Prerequisites] page for more information. 
    139 
    14 == Configuration == 
    15 Once Bcfg2 is installed, head over to the [wiki:QuickStart] to get it configured and up-and-running. 
     10== From packages == 
     11The easiest way to install Bcfg2 is from packages for your operating system.  You can grab packages (and source packages) for various OSes from the [wiki:PrecompiledPackages Precompiled Packages] page. Install them as you would any other packages.  The server package only needs to be installed on your designated Bcfg2 server machine; the clients package needs to be installed on any machine you plan to manage by Bcfg2. 
    1612 
     13== From source == 
     14The Bcfg2 source tarball can also be grabbed from the [wiki:Download] page.  After untarring the file, you can build Bcfg2 with {{{python setup.py install --prefix=/install/prefix}}}  This will install both the client and server on that machine. 
    1715 
    1816== OS X == 
     
    3533$ port install bcfg2 
    3634}}} 
     35 
     36== Configuration == 
     37Once Bcfg2 is installed, head over to the [wiki:QuickStart] to get it configured and up-and-running.