I'm a little confused on the directions to run Tahoe LAFS. <div><a href="http://tahoe-lafs.org/~zooko/running.html">http://tahoe-lafs.org/~zooko/running.html</a></div><div><br></div><div><br></div><div><br></div><div><p style="font-family: 'Times New Roman'; font-size: medium; ">
To construct a client node, run "<code>tahoe create-client</code>", which will create <code>~/.tahoe</code> to be the node's base directory. Acquire a copy of the <code>introducer.furl</code>from the introducer and put it into this directory, then use "<code>tahoe run</code>". 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, "<code>tahoe create-client</code>" creates a client-only node, that does not offer its disk space to other nodes. To configure other behavior, use "<code>tahoe create-node</code>" or see <a href="http://tahoe-lafs.org/~zooko/configuration.rst">configuration.rst</a>.</p>
<p style="font-family: 'Times New Roman'; font-size: medium; "><font class="Apple-style-span" color="#ff0000">This is fine. </font></p><p style="font-family: 'Times New Roman'; font-size: medium; ">To construct an introducer, create a new base directory for it (the name of the directory is up to you), <code>cd</code> into it, and run "<code>tahoe create-introducer .</code>". Now run the introducer using "<code>tahoe start .</code>". <font class="Apple-style-span" color="#ff0000">It only created tahoe.cfg and tahoe-introducer.tac. I dont see a introducer.furl. And how do you run the introducer with tahoe start? </font></p>
<p style="font-family: 'Times New Roman'; font-size: medium; ">After it starts, it will write a file named <code>introducer.furl</code> in that base directory. This file contains the URL the other nodes must use in order to connect to this introducer. (Note that "<code>tahoe run .</code>" doesn't work for introducers, this is a known issue: <a href="http://allmydata.org/trac/tahoe-lafs/ticket/937">#937</a>.)</p>
</div>