From: Zooko O'Whielacronx Date: Wed, 11 Jun 2008 02:22:00 +0000 (-0700) Subject: docs: edits to [source:docs/install.html] and [source:docs/running.html] X-Git-Tag: allmydata-tahoe-1.1.0~15 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=991bda19c9cbd617fe15cfae326e5bf33096277b;p=tahoe-lafs%2Ftahoe-lafs.git docs: edits to [source:docs/install.html] and [source:docs/running.html] --- diff --git a/docs/install.html b/docs/install.html index 4d6f1efb..e8de1b83 100644 --- a/docs/install.html +++ b/docs/install.html @@ -49,7 +49,7 @@

Run

-

Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem. The bin/tahoe executable can configure and launch your Tahoe node. See running.html for instructions on how to do that.

+

Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem. The tahoe executable in the bin directory can configure and launch your Tahoe node. See running.html for instructions on how to do that.

diff --git a/docs/running.html b/docs/running.html index 5d134147..3234da9a 100644 --- a/docs/running.html +++ b/docs/running.html @@ -29,24 +29,24 @@ create a node.

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 "path-to-the-tahoe-bin-directory/tahoe + of the directory is up to you), cd into it, and run "path-to-the-tahoe-bin-directory/tahoe create-introducer .". Now start the introducer by running "tahoe start .". After it starts, there will be a file named introducer.furl in that base directory. This file contains the URL the nodes must use in order to connect to this introducer.

-

To construct a node run "path-to-the-tahoe-bin-directory/tahoe create-client", which will +

To construct a node run "path-to-the-tahoe-bin-directory/tahoe create-client", which will create ~/.tahoe to be the node's base directory. Acquire a copy of the introducer.furl from the introducer and put it into this - directory, then run "tahoe start". After that, the node should + directory, then run "path-to-the-tahoe-bin-directory/tahoe start". 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 Server, meaning that it offers its disk space to other nodes. To configure other behavior, see configuration.txt.

-

To stop a running node run "tahoe stop".

+

To stop a running node run "path-to-the-tahoe-bin-directory/tahoe stop".

Do Stuff With It