Changes between Version 28 and Version 29 of Install


Ignore:
Timestamp:
06/02/13 12:14:28 (10 years ago)
Author:
solj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v28 v29  
    1 = Installation = 
    2  
    3 [[TracNav]] 
    4  
    5 Before 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.  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. 
    6  
    7 == Prerequisites == 
    8 First, install the prerequisite libraries.  See the [wiki:Prereqs Prerequisites] page for more information. 
    9  
    10 == Distribution provided packages == 
    11 The easiest way to install Bcfg2 is to use the Package Management Tool of your distribution.  This way all needed dependencies are solved automatically.  Often the Bcfg2 server package is named `bcfg2-server` and the client package just `bcfg2`. 
    12  
    13 == From packages == 
    14 If there are no packages for your distribution available or you want to run the latest version of bcfg2.  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.   
    15  
    16 == From source == 
    17 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. 
    18  
    19  
    20 == Details for different operating systems == 
    21  
    22 [[TitleIndex(Install/)]] 
    23  
    24 == Configuration == 
    25 Once Bcfg2 is installed, head over to the [http://docs.bcfg2.org/getting_started/index.html getting started page] to get it configured and up-and-running. 
     1This page has moved to http://docs.bcfg2.org/installation/index.html.