Compile fix
[sahlberg/ctdb.git] / web / download.html
1 <!--#set var="TITLE" value="Downloading CTDB" -->
2 <!--#include virtual="header.html" -->
3
4 <H2 align="center">Getting the code</h2>
5
6 You need two source trees, one is a copy of Samba3 with clustering
7 patches, and the other is the ctdb code itself.<p>
8
9 Both source trees are stored in git repositories.<p>
10
11 <h2>CTDB</h2>
12 To get an initial checkout of the ctdb code do this:
13 <pre>
14    git clone git://git.samba.org/sahlberg/ctdb.git ctdb
15 </pre>
16
17 To update this tree when improvements are made in the upstream code do this:
18 <pre>
19     cd ctdb
20     git pull
21 </pre>
22
23 If you don't have git and can't easily install it, then you can
24 instead use the following command to fetch ctdb or update it:
25 <pre>
26     rsync -avz samba.org::ftp/unpacked/ctdb .
27 </pre>
28
29
30 <h2>Samba3 ctdb version</h2>
31 <p>
32 With Samba version 3.3 all cluster-relevant changes have been merged
33 to the mainstream Samba code. Please refer to the <a
34 href="http://www.samba.org/">Samba website</a> for the current release
35 information.
36 </p>
37
38 <h2>Binary Packages</h2>
39
40 Note that packages are so far only available for RHEL5. Other packages
41 may come later. <p>
42
43 See <a href="packages/">packages</a> directory for package
44 downloads.
45
46
47 <!--#include virtual="footer.html" -->