summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/ubuntu.txt
blob: 694cce8655158f6f703a4420cf3498562fe422d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. -*- mode: rst -*-

.. _ubuntu-installation:

.. _Ubuntu: http://www.ubuntu.com
.. _Wiki: http://trac.mcs.anl.gov/projects/bcfg2/wiki/PrecompiledPackages#UbuntuLaunchpadBcfg2PPA

Ubuntu
======

The steps to bring Bcfg2 onto your Ubuntu_ system depends on your
release. 

* Dapper
   Add the following lines to `/etc/apt/sources.list` ::

      deb ftp://ftp.mcs.anl.gov/pub/bcfg/ubuntu dapper/
      deb http://archive.ubuntu.com/ubuntu dapper universe
      deb-src http://archive.ubuntu.com/ubuntu dapper universe

* Edgy
   Add the following lines to `/etc/apt/sources.list` ::

      deb ftp://ftp.mcs.anl.gov/pub/bcfg/ubuntu edgy/
      deb http://archive.ubuntu.com/ubuntu edgy universe
      deb-src http://archive.ubuntu.com/ubuntu edgy universe

* Feisty
   Those packages are available from the Ubuntu_ repositories.

To install the packages, just lauch the following command ::

   sudo aptitude install bcfg2 bcfg2-server

For more details about running prerelease version of Bcfg2 on Ubuntu_
systems, please refer to the Wiki_.