]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Change running.html to describe 'tahoe run'
authordavid-sarah <david-sarah@jacaranda.org>
Tue, 12 Jan 2010 04:44:09 +0000 (20:44 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Tue, 12 Jan 2010 04:44:09 +0000 (20:44 -0800)
docs/running.html

index e5d231680af177a661de710efc168492b9a1a698..4790919b7e078c498f8ccc6898937fe9cc390059 100644 (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
     <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