From 8f3246430bc0a17bea554f05f728771153a271e7 Mon Sep 17 00:00:00 2001 From: Peter Secor Date: Sat, 6 Feb 2010 08:53:20 -0800 Subject: [PATCH] docs running.html - "tahoe run ." does not work with the current installation, replaced with "tahoe start ." --- docs/running.html | 4 ++-- misc/coverage2el.py | 0 misc/coverage2text.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 misc/coverage2el.py mode change 100755 => 100644 misc/coverage2text.py diff --git a/docs/running.html b/docs/running.html index d165e6c9..a0140779 100644 --- a/docs/running.html +++ b/docs/running.html @@ -56,12 +56,12 @@ of the directory is up to you), cd into it, and run "path-to-the-tahoe-bin-directory/tahoe create-introducer .". Now run the introducer using - "tahoe run .". After it starts, it will write a file named + "tahoe start .". After it starts, it will write a file named introducer.furl in that base directory. This file contains the URL the other nodes must use in order to connect to this introducer.

-

The "tahoe run" or "tahoe run ." commands above +

The "tahoe run" command above will run the node in the foreground. On Unix, you can run it in the background instead by using the "tahoe start" command. To stop a node started in this way, use "tahoe stop". diff --git a/misc/coverage2el.py b/misc/coverage2el.py old mode 100755 new mode 100644 diff --git a/misc/coverage2text.py b/misc/coverage2text.py old mode 100755 new mode 100644 -- 2.45.2