From ce56e160a8c5b2d856372ed64806f91dc348a114 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 21 Aug 2013 01:05:10 +0000 Subject: [PATCH] set up replica of wiki:Installation for hasufell to edit [Imported from Trac: page RequestedEdits, version 3] --- RequestedEdits.md | 97 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 1 deletion(-) diff --git a/RequestedEdits.md b/RequestedEdits.md index aad24e8..fb1858a 100644 --- a/RequestedEdits.md +++ b/RequestedEdits.md @@ -1,3 +1,98 @@ Please add requested edits to "read-only" pages (e.g. [Home](Home) and [Installation](Installation)) here, and then ping someone on #tahoe-lafs to apply them. ----- \ No newline at end of file +---- + + + + +

Download Tahoe-LAFS

+ +

The current version is v1.10.0.

+ +

Run this release from source.

+ +

(Note: running Tahoe-LAFS from source does not require system-wide installation nor root privileges.)

+ +

Or

+

Install one of the OS packages below. These packages may be for an earlier release.

+ +
+
+ +
+ +

Ubuntu lucid, oneiric, precise, quantal

+Official Packages +Buildbot
+
# apt-get install tahoe-lafs
+
+ +
+ +

Debian sid (unstable), wheezy (testing)

+Official Packages +Buildbot
+
# apt-get install tahoe-lafs
+
+ +
+ +

Slackware 14.0, 13.37, 13.1, 13.0

+SlackBuilds.Org Repository Slackware64 Buildbots: +14.0 -current
+

+
+ +
+ +

NixOS

+Buildbot +
+
# nix-env -i tahoe-lafs
+
+ +
+ +
+ + + +
+ +

Arch Linux

+Unofficial Packages
+

This command installs the outdated tahoe-lafs v1.9.2 from the user-maintained package repository

+
# yaourt -S tahoe-lafs 
+
+ +
+ +

NetBSD

+Official Packages +Buildbot
+
# pkg_add tahoe-lafs
+
+ +
+
+ +

After installing an OS package, run tahoe --version to verify that the executable tool prints out the right version number after "allmydata-tahoe:". + +

Now you are ready to deploy a decentralized filesystem. The tahoe command can configure and launch your Tahoe-LAFS nodes. See running.rst for instructions on how to do that.

+ +### see also + +Wiki pages for Tahoe-LAFS developers and packagers: [OSPackages](OSPackages), [Manual](Manual), [Packaging](Packaging), [NewbieDeveloperSetup](NewbieDeveloperSetup), [CompileError](CompileError), and [FAQ](FAQ)