summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/ubuntu.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/ubuntu.txt
parent553c693618321fad2a88030b16d42d3253befaec (diff)
downloadbcfg2-391406c85d86dc931f3fdb2483a14d0f1e7e6355.tar.gz
bcfg2-391406c85d86dc931f3fdb2483a14d0f1e7e6355.tar.bz2
bcfg2-391406c85d86dc931f3fdb2483a14d0f1e7e6355.zip
doc: Massive update
Diffstat (limited to 'doc/installation/distro/ubuntu.txt')
-rw-r--r--doc/installation/distro/ubuntu.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/installation/distro/ubuntu.txt b/doc/installation/distro/ubuntu.txt
new file mode 100644
index 000000000..694cce865
--- /dev/null
+++ b/doc/installation/distro/ubuntu.txt
@@ -0,0 +1,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_.