From 1380fa9bb212cf5f51a9224b656fe78fb48288f9 Mon Sep 17 00:00:00 2001
From: david-sarah tahoe run
". After that, the node should be off and running. The first
thing it will do is connect to the introducer and get itself connected to
- all other nodes on the grid. By default, a node will serve as a storage
- node, meaning that it offers its disk space to other nodes. To configure
- other behavior, see configuration.txt.
tahoe create-client
+ creates a client-only node, that does not offer its disk space to other nodes.
+ To configure other behavior, use "tahoe create-node
" or see
+ configuration.rst.
To construct an introducer, create a new base directory for it (the name
of the directory is up to you), cd
into it, and run
@@ -59,7 +60,7 @@
To stop a node started in this way, use "tahoe stop
".
tahoe --help
gives a summary of all commands.
See configuration.txt for more +
See configuration.rst for more
details about how to configure Tahoe-LAFS, including how to get other
clients to connect to your node if it is behind a firewall or NAT device.
@@ -70,7 +71,7 @@
shares.happy
set to 7. If you are using Tahoe-LAFS on a
grid with fewer than 7 storage nodes, this won't work well for you
— none of your uploads will succeed. To fix this, see configuration.txt to learn how to set
+ href='configuration.rst'>configuration.rst to learn how to set
shares.happy
to a more suitable value for your
grid.