This is how to run a Tahoe node or a complete Tahoe grid. First you have to install the Tahoe source code, as documented in install.html.
The tahoe executable in the bin directory is used to create, start, and stop nodes. Each node lives in a separate base directory in which you can add files to configure the node. Nodes also read and write files within that directory.
A grid consists of a single Introducer and one or more nodes. If you are creating a new grid, you'll need to create both an Introducer and a node (and then invite other people to create their own nodes and join your grid). If you are joining an existing grid (such as the public test grid), the Introducer will already be running, and you'll need to 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 "
To construct a node run "
To stop a running node run "tahoe stop".
Now you have a decentralized filesystem. See using.html for instructions about how to interact with it.