docs/running.html: 'tahoe create-client' now creates a node with storage disabled. Also change configuration.txt references to configuration.rst.

This commit is contained in:
david-sarah 2010-10-24 10:04:31 -07:00
parent 0c2397523b
commit 1380fa9bb2

View File

@ -40,9 +40,10 @@
from the introducer and put it into this directory, then use from the introducer and put it into this directory, then use
"<code>tahoe run</code>". After that, the node should be off and running. The first "<code>tahoe run</code>". 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 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 all other nodes on the grid. By default, "<code>tahoe create-client</code>
node, meaning that it offers its disk space to other nodes. To configure creates a client-only node, that does not offer its disk space to other nodes.
other behavior, see <a href="configuration.txt">configuration.txt</a>.</p> To configure other behavior, use "<code>tahoe create-node</code>" or see
<a href="configuration.rst">configuration.rst</a>.</p>
<p>To construct an introducer, create a new base directory for it (the name <p>To construct an introducer, create a new base directory for it (the name
of the directory is up to you), <code>cd</code> into it, and run of the directory is up to you), <code>cd</code> into it, and run
@ -59,7 +60,7 @@
To stop a node started in this way, use "<code>tahoe stop</code>". To stop a node started in this way, use "<code>tahoe stop</code>".
<code>tahoe --help</code> gives a summary of all commands.</p> <code>tahoe --help</code> gives a summary of all commands.</p>
<p>See <a href="configuration.txt">configuration.txt</a> for more <p>See <a href="configuration.rst">configuration.rst</a> for more
details about how to configure Tahoe-LAFS, including how to get other 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. clients to connect to your node if it is behind a firewall or NAT device.
@ -70,7 +71,7 @@
<code>shares.happy</code> set to 7. If you are using Tahoe-LAFS on a <code>shares.happy</code> 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 grid with fewer than 7 storage nodes, this won't work well for you
&mdash; none of your uploads will succeed. To fix this, see <a &mdash; none of your uploads will succeed. To fix this, see <a
href='configuration.txt'>configuration.txt</a> to learn how to set href='configuration.rst'>configuration.rst</a> to learn how to set
<code>shares.happy</code> to a more suitable value for your <code>shares.happy</code> to a more suitable value for your
grid.</p> grid.</p>