From e810f6e49ded024b32174644bb4a37e80f073fee Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 17 Jul 2007 12:48:28 -0400 Subject: Fix error message. --- website/new/download.html | 45 +++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) (limited to 'website') diff --git a/website/new/download.html b/website/new/download.html index 040e859..5717035 100644 --- a/website/new/download.html +++ b/website/new/download.html @@ -3,7 +3,7 @@

Download Cobbler

Latest Source

-

The latest source code (Python and Ruby-on-Rails) is available through git:

+

The latest source code (it's all Python) is available through git:

git clone git://et.redhat.com/cobbler
@@ -18,45 +18,62 @@ Source RPMS and tarballs are available Extras Packages For Enterprise Linux and can be installed with yum. +
+

+ +

Installing For Centos Users

+

+

+Centos users can use the EPEL repositories linked in the RHEL instructions. Cobbler for Centos 5 is also included in Centos Extras (which also tracks stable releases) and can be installed from there with yum. +
+

+ +

Source RPM Build Instructions for RHEL4

+

+

    -
  • wget http://www.python.org/pyvault/centos-4-i386/python-cheetah-0.9.18-1.el4.pyv.i386.rpm
  • wget http://www.python.org/pyvault/centos-4-i386/python23-cheetah-0.9.18-1.el4.pyv.i386.rpm
  • -
  • rpm -i python*cheetah*.rpm
  • +
  • wget ftp://ftp.freshrpms.net/pub/dag/redhat/el4/en/i386/dag/RPMS/syslinux-3.50-1.el4.rf.i386.rpm
  • +
  • rpm -i python*cheetah*.rpm +
  • rpm -Uvh syslinux*.rpm
  • wget http://cobbler.et.redhat.com/download/cobbler-$version.src.rpm
  • rpmbuild --rebuild cobbler-$version.src.rpm
  • rpm -i /usr/src/redhat/RPMS/noarch/cobbler-$version.src.rpm
+ +

-

Build Instructions for RHEL5

+

Source RPM Build Instructions for RHEL5

+

    +
  • Grab python-setuputils from here
  • Grab python-cheetah and yum-utils from here: here
  • rpmbuild --rebuild those RPMs and then install them
  • now rebuild --rebuild and install Cobbler from it's source RPM
-

- -

Centos Users

-

-

-Cobbler for Centos 5 is included in Centos Extras. Centos 4 users can use the RHEL 4 build instructions. -
+

-- cgit