summaryrefslogtreecommitdiffstats
path: root/website/new/download.html
blob: 977fb1bc8a15710ea3a2d33673eec3cc9969ceaa (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<p>Cobbler is licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">General Public License (GPL)</a>.</p>

<h3>Download Cobbler</h3>

<h4>Latest Source</h4>
<p>The latest source code (it's all Python) is available through git:</p>

<blockquote>
git clone git://git.fedorahosted.org/cobbler<br/>
git clone git://git.fedorahosted.org/koan
</blockquote>
</p>

<p>Source can also be browsed with gitweb:</p>

<blockquote>
<A HREF="http://git.fedoraproject.org/git/?p=cobbler;a=summary">Cobbler</A><br/>
<A HREF="http://git.fedoraproject.org/git/?p=koan;a=summary">Koan</A>
</blockquote>

For information about development branches, see the Wiki.

<h4>Source RPMs</h4>
<p>
<blockquote>
Source RPMS and tarballs are available <A HREF="http://cobbler.et.redhat.com/download/">here</A>
</blockquote>
<p>

<h4>Installing For Fedora Users</h4>
<p>
<blockquote>
yum install cobbler   # on the boot server<br/>
yum install koan      # on target systems
</blockquote>
</p>


<h4>Installing For RHEL and CentOS Users</h4>
<p>
<blockquote>
The lastest stable releases of Cobbler and Koan are included in <A HREF="http://fedoraproject.org/wiki/EPEL">Extras Packages For Enterprise Linux</A> and can be installed with yum.  Since EPEL's main repository does not update super frequently, using EPEL Testing is recommended so you can get the latest packages.  <A HREF="http://download.fedora.redhat.com/pub/epel/testing/">EPEL Testing</A>.  Packages pushed to EPEL testing for cobbler and koan are considered "stable", despite the repository being called "testing".  To EL4 users to take advantage of all features of cobbler, they will want to upgrade yum and yum-utils to newer versions, as tools like yumdownloader and reposync are needed by commands such as "cobbler import" and "cobbler reposync".
</blockquote>
</p>

<h4>Source RPM Build Instructions for RHEL4</h4>
<p>
<font size="-1">
<blockquote>
    <ul>
    <li>For starters, grab python-setuputils, python-cheetah, and yum from <A HREF="http://fedoraproject.org/wiki/EPEL">EPEL</A> and install them.  These are found in the main EPEL repo, not EPEL testing -- here's the link: <A HREF="http://download.fedora.redhat.com/pub/epel/4/i386/">i386</A> and <A HREF="http://download.fedora.redhat.com/pub/epel/4/x86_64/">x86_64</A>.</li>
    <li>now rpmbuild --rebuild cobbler*.src.rpm</li>
    <li>install the RPM, which is now built in /usr/src/redhat/RPMS/noarch</li>
    <li>satisfy any dependencies you have by using yum and the EPEL 4 repos</li>
    </ul>
</blockquote>
</font>
</p>

<h4>Source RPM Build Instructions for RHEL 4/5</h4>
<p>
<font size="-1">
<blockquote>
    <ul>
    <li>Grab python-setuputils and python-cheetah from <A HREF="http://fedoraproject.org/wiki/EPEL">EPEL</A> and install them.  These are found in the main EPEL repo, not EPEL testing -- here's the link: <A HREF="http://download.fedora.redhat.com/pub/epel/5/i386/">i386</A> and <A HREF="http://download.fedora.redhat.com/pub/epel/5/x86_64/">x86_64</A>.</li>
    <li>now rpmbuild --rebuild cobbler*.src.rpm</li>
    <li>install the RPM, which is now built in /usr/src/redhat/RPMS/noarch</li>
    <li>satisfy any dependencies you have by using yum and the EPEL 5 repos</li>
    </ul>
</blockquote>
</font>
</p>