]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - docs/install.html
docs: updates to relnotes.txt, NEWS, architecture, historical_known_issues, install...
[tahoe-lafs/tahoe-lafs.git] / docs / install.html
1 <!DOCtype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="en">
3   <head>
4     <title>Installing Tahoe-LAFS</title>
5     <link rev="made" class="mailto" href="mailto:zooko[at]zooko[dot]com">
6     <meta name="description" content="how to install Tahoe-LAFS">
7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8     <meta name="keywords" content="tahoe-lafs secure decentralized filesystem installation">
9   </head>
10
11   <body>
12     <h1>About Tahoe-LAFS</h1>
13     <p>Welcome to <a href="http://allmydata.org/trac/tahoe-lafs">the Tahoe-LAFS project</a>, a secure, decentralized, fault-tolerant filesystem. <a href="about.html">About Tahoe-LAFS.</a>
14
15     <h1>How To Install Tahoe-LAFS</h1>
16
17     <p>This procedure has been verified to work on Windows, Cygwin, Mac, many flavors of Linux, Solaris, FreeBSD, OpenBSD, and NetBSD.  It's likely to work on other platforms.  If you have trouble with this install process, please write to <a href="http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev">the tahoe-dev mailing list</a>, where friendly hackers will help you out.</p>
18
19     <h2>Install Python</h2>
20
21     <p>Check if you already have an adequate version of Python installed by running <cite>python -V</cite>.  Python v2.4 (v2.4.2 or greater), Python v2.5 or Python v2.6 will work. Python v3 does not work. If you don't have one of these versions of Python installed, then follow the instructions on <a href="http://python.org/download/">the Python download page</a> to download and install Python v2.6.</p>
22     <p>(If installing on Windows, you now need to manually install the <cite>pywin32</cite> package -- see "More Details" below.)</p>
23
24     <h2>Get Tahoe-LAFS</h2>
25
26       <p>Download the 1.6.0 release zip file:</p>
27
28       <pre><a
29       href="http://allmydata.org/source/tahoe/releases/allmydata-tahoe-1.6.0.zip">http://allmydata.org/source/tahoe/releases/allmydata-tahoe-1.6.0.zip</a></pre>
30
31     <h2>Build Tahoe-LAFS</h2>
32
33     <p>Unpack the zip file and cd into the top-level directory.</p>
34
35     <p>Run <cite>python setup.py build</cite> to install the <cite>tahoe</cite> executable into a subdirectory of the current directory named <cite>bin</cite>.</p>
36
37     <p>(Optionally run <cite>python setup.py test</cite> to verify that it passes all of its self-tests.)</p>
38
39     <p>Run <cite>bin/tahoe --version</cite> to verify that the executable tool prints out the right version number.</p>
40
41     <h2>Run Tahoe-LAFS</h2>
42
43     <p>Now you have the Tahoe-LAFS source code installed and are ready to use it to form a decentralized filesystem.  The <cite>tahoe</cite> executable in the <cite>bin</cite> directory can configure and launch your Tahoe-LAFS nodes.  See <a href="running.html">running.html</a> for instructions on how to do that.</p>
44
45
46     <h2>More Details</h2>
47
48     <p>For more details, including platform-specific hints for Debian, Windows, and Mac systems, please see the <a href="http://allmydata.org/trac/tahoe/wiki/InstallDetails">InstallDetails</a> wiki page. If you are running on Windows, you need to manually install "pywin32", as described on that page.</p>
49
50   </body>
51 </html>