source: vendor/current/ctdb/web/download.html

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

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