diff options
| author | Andrew Tridgell <tridge@samba.org> | 2007-06-08 13:58:53 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2007-06-08 13:58:53 +1000 |
| commit | 8e64c1085d79c311d7eafc7c5f429a3ad9c05aca (patch) | |
| tree | 4c33fd03c42938cf492525cb71fda9e3e8f9923b /ctdb/web/building.html | |
| parent | 47db7c70bf994c66645c7745bbcb46cd9bcbac7c (diff) | |
| download | samba-8e64c1085d79c311d7eafc7c5f429a3ad9c05aca.tar.gz samba-8e64c1085d79c311d7eafc7c5f429a3ad9c05aca.tar.xz samba-8e64c1085d79c311d7eafc7c5f429a3ad9c05aca.zip | |
new web page layout
(This used to be ctdb commit 2d863a9152fae3823dcf08268b9f10dc815e198b)
Diffstat (limited to 'ctdb/web/building.html')
| -rw-r--r-- | ctdb/web/building.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ctdb/web/building.html b/ctdb/web/building.html new file mode 100644 index 0000000000..acbd8c131f --- /dev/null +++ b/ctdb/web/building.html @@ -0,0 +1,39 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> +<TITLE>Building CTDB and Samba</TITLE> +</HEAD> +<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033"> + +<h1>Building CTDB and Samba</h1> + +<h2>CTDB</h2> +To build a copy of the CTDB code you should do this: +<pre> + cd ctdb + ./autogen.sh + ./configure + make + make install +</pre> + +You need to install ctdb on all nodes of your cluster. + + +<h2>Samba3</h2> + +To build a copy of Samba3 with clustering and ctdb support you should do this: +<pre> + cd samba_3_0_ctdb/source + ./autogen.sh + ./configure --with-ctdb=/usr/src/ctdb --with-cluster-support --enable-pie=no + make proto + make +</pre> + +Once compiled, you should install Samba on all cluster nodes.<br><br> + +The /usr/src/ctdb path should be replaced with the path to the ctdb sources that you downloaded above. + +</BODY> +</HTML> |
