Change running.html to describe 'tahoe run'

This commit is contained in:
david-sarah 2010-01-11 20:44:09 -08:00
parent a1444d9367
commit 5c04fd689a

View File

@ -43,9 +43,9 @@
"<code><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
create-client</code>", which will create <code>~/.tahoe</code> to be the
node's base directory. Acquire a copy of the <code>introducer.furl</code>
from the introducer and put it into this directory, then run
from the introducer and put it into this directory, then use
"<code><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
start</code>". After that, the node should be off and running. The first
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
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
@ -55,14 +55,17 @@
<p>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
"<code><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
create-introducer .</code>". Now start the introducer by running
"<code>tahoe start .</code>". After it starts, it will write a file named
create-introducer .</code>". Now run the introducer using
"<code>tahoe run .</code>". After it starts, it will write a file named
<code>introducer.furl</code> in that base directory. This file contains the
URL the other nodes must use in order to connect to this introducer.</p>
<p>To stop a running node run
"<code><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
stop</code>".</p>
<p>The "<code>tahoe run</code>" or "<code>tahoe run .</code>" commands above
will run the node in the foreground. On Unix, you can run it in the background
instead by using the "<code>tahoe start</code>" command.
To stop a node started in this way, use "<code>tahoe stop</code>".
<code>tahoe --help</code> gives a summary of all commands.</p>
<p>See <a href="configuration.txt">configuration.txt</a> for more