mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
docs: edits to [source:docs/install.html] and [source:docs/running.html]
This commit is contained in:
parent
d3e3285eb8
commit
991bda19c9
@ -49,7 +49,7 @@
|
||||
|
||||
<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>
|
||||
</html>
|
||||
|
@ -29,24 +29,24 @@
|
||||
create a node.</p>
|
||||
|
||||
<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
|
||||
start .</cite>". After it starts, there will be a file named
|
||||
<cite>introducer.furl</cite> in that base directory. This file contains
|
||||
the URL the nodes must use in order to connect to this
|
||||
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
|
||||
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
|
||||
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 <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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user