docs/running.rst: use 'tahoe run ~/.tahoe' instead of 'tahoe run' (the default is the current directory, unlike 'tahoe start').

This commit is contained in:
david-sarah 2011-07-17 17:59:49 -07:00
parent 1f4643f80d
commit 55cec9770b

View File

@ -34,9 +34,11 @@ create ``~/.tahoe`` to be the node's base directory. Acquire the
or use the one from the `TestGrid page or use the one from the `TestGrid page
<http://tahoe-lafs.org/trac/tahoe-lafs/wiki/TestGrid>`_), and paste it <http://tahoe-lafs.org/trac/tahoe-lafs/wiki/TestGrid>`_), and paste it
after ``introducer.furl =`` in the ``[client]`` section of after ``introducer.furl =`` in the ``[client]`` section of
``~/.tahoe/tahoe.cfg``. Then use "``tahoe run``". After that, the node ``~/.tahoe/tahoe.cfg``. Then use "``tahoe run ~/.tahoe``". After that,
should be off and running. The first thing it will do is connect to the node should be off and running. The first thing it will do is
the introducer and get itself connected to all other nodes on the grid. connect to the introducer and get itself connected to all other nodes
on the grid.
By default, "``tahoe create-client``" creates a client-only node, that By default, "``tahoe create-client``" creates a client-only node, that
does not offer its disk space to other nodes. To configure other behavior, does not offer its disk space to other nodes. To configure other behavior,
use "``tahoe create-node``" or see `configuration.rst <configuration.rst>`_. use "``tahoe create-node``" or see `configuration.rst <configuration.rst>`_.