mockup

[Imported from Trac: page Installation, version 1]
lebek 2012-04-17 20:56:40 +00:00
parent 3934607a9f
commit 531dcb73d6

43
Installation.md Normal file

@ -0,0 +1,43 @@
<h1>Download Tahoe-LAFS</h1>
<p>The current version is 1.9.1</p>
<div>
<div style="margin-right: 100; float: left; width:55%;">
<h2>Ubuntu</h2>
<a href="<http://packages.ubuntu.com/search?keywords=tahoe-lafs&searchon=names&suite=oneiric&section=all>">Official Packages</a>
<a href="<http://tahoe-lafs.org/buildbot/builders/lucid-amd64>">Buildbot</a>
<pre> $ sudo apt-get install tahoe-lafs</pre>
<h2>Debian</h2>
<a href="<http://packages.debian.org/search?keywords=tahoe-lafs&searchon=names&suite=all&section=all>">Official Packages</a>
<a href="<http://tahoe-lafs.org/buildbot/builders/Eugen%20lenny-amd64>">Buildbot</a>
<pre> $ sudo apt-get install tahoe-lafs</pre>
<h2>Slackware</h2>
<pre> $ installpkg tahoe-lafs</pre>
</div>
<div style="margin-left: 100px;">
<h2>Fedora</h2>
<pre> $ sudo yum install tahoe-lafs</pre>
<h2>Arch Linux</h2>
<pre> $ pacman -S tahoe-lafs </pre>
<h2>FreeBSD</h2>
<pre> $ pkg_add -r tahoe-lafs</pre>
</div>
<h2>NetBSD</h2>
<a href="ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/filesystems/tahoe-lafs/README.html">Official Packages</a>
<a href="<http://tahoe-lafs.org/buildbot/builders/MM%20netbsd5%20i386%20warp>">Buildbot</a>
<pre> $ pkg_add tahoe-lafs</pre>
</div>
<div style="clear: both" />
<h1>Sources</h1>
<a href="/source/tahoe-lafs/releases/allmydata-tahoe-1.9.1.zip">Tahoe-LAFS 1.9.1 source code zip</a>
(<a href="<https://tahoe-lafs.org/source/tahoe-lafs/releases/>">older versions</a>)
<h2>Darcs</h2>
<pre>darcs get --lazy <https://tahoe-lafs.org/source/tahoe-lafs/trunk> tahoe-lafs</pre>
<h2>Git</h2>
<pre>git clone git://github.com/warner/tahoe-lafs.git</pre>