From 0432f5dee696cec67b1b8eb6bee4e3f827da65d0 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 6 May 2008 13:39:35 -0700 Subject: [PATCH] docs: mention configuration, suggested by ben hyde's question about storage servers --- docs/running.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/running.html b/docs/running.html index e2e647b5..47e245d2 100644 --- a/docs/running.html +++ b/docs/running.html @@ -39,9 +39,13 @@

To construct a node run "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 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.

+ directory, then run "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 + serves as both a Storage Server (meaning that it offers some of its disk + space to other nodes) and as a Gateway (meaning that it listens for HTTP + requests on port 8123). To configure other behavior, + see configuration.txt.

To stop a running node run "tahoe stop".

-- 2.45.2