docs: edits to [source:docs/install.html] and [source:docs/running.html]

This commit is contained in:
Zooko O'Whielacronx 2008-06-10 19:22:00 -07:00
parent d3e3285eb8
commit 991bda19c9
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
<h2>Run</h2> <h2>Run</h2>
<p>Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem. The <cite>bin/tahoe</cite> executable can configure and launch your Tahoe node. See <a href="running.html">running.html</a> for instructions on how to do that.</p> <p>Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem. The <cite>tahoe</cite> executable in the <cite>bin</cite> directory can configure and launch your Tahoe node. See <a href="running.html">running.html</a> for instructions on how to do that.</p>
</body> </body>
</html> </html>

View File

@ -29,24 +29,24 @@
create a node.</p> create a node.</p>
<p>To construct an introducer, create a new base directory for it (the name <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 "<cite><bold>path-to-the-tahoe-bin-directory</bold>/tahoe of the directory is up to you), cd into it, and run "<cite><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
create-introducer .</cite>". Now start the introducer by running "<cite>tahoe create-introducer .</cite>". Now start the introducer by running "<cite>tahoe
start .</cite>". After it starts, there will be a file named start .</cite>". After it starts, there will be a file named
<cite>introducer.furl</cite> in that base directory. This file contains <cite>introducer.furl</cite> in that base directory. This file contains
the URL the nodes must use in order to connect to this the URL the nodes must use in order to connect to this
introducer.</p> introducer.</p>
<p>To construct a node run "<cite><bold>path-to-the-tahoe-bin-directory</bold>/tahoe create-client</cite>", which will <p>To construct a node run "<cite><strong>path-to-the-tahoe-bin-directory</strong>/tahoe create-client</cite>", which will
create <cite>~/.tahoe</cite> to be the node's base directory. Acquire a copy create <cite>~/.tahoe</cite> to be the node's base directory. Acquire a copy
of the <cite>introducer.furl</cite> from the introducer and put it into this of the <cite>introducer.furl</cite> from the introducer and put it into this
directory, then run "<cite>tahoe start</cite>". After that, the node should directory, then run "<cite><strong>path-to-the-tahoe-bin-directory</strong>/tahoe start</cite>". After that, the node should
be off and running. The first thing it will do is connect to the introducer 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 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 will serve as a Storage Server, meaning that it offers its disk space to
other nodes. To configure other behavior, other nodes. To configure other behavior,
see <a href="configuration.txt">configuration.txt</a>.</p> see <a href="configuration.txt">configuration.txt</a>.</p>
<p>To stop a running node run "<cite>tahoe stop</cite>".</p> <p>To stop a running node run "<cite><strong>path-to-the-tahoe-bin-directory</strong>/tahoe stop</cite>".</p>
<h2>Do Stuff With It</h2> <h2>Do Stuff With It</h2>