From: david-sarah Date: Sun, 24 Oct 2010 17:04:31 +0000 (-0700) Subject: docs/running.html: 'tahoe create-client' now creates a node with storage disabled... X-Git-Url: https://git.rkrishnan.org/provisioning?a=commitdiff_plain;h=1380fa9bb212cf5f51a9224b656fe78fb48288f9;p=tahoe-lafs%2Ftahoe-lafs.git docs/running.html: 'tahoe create-client' now creates a node with storage disabled. Also change configuration.txt references to configuration.rst. --- diff --git a/docs/running.html b/docs/running.html index 5961834f..3fedd26a 100644 --- a/docs/running.html +++ b/docs/running.html @@ -40,9 +40,10 @@ from the introducer and put it into this directory, then use "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.

+ all other nodes on the grid. By default, "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.