From 0432f5dee696cec67b1b8eb6bee4e3f827da65d0 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
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 @@
     <p>To construct a node run "<cite>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 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.</p>
+    directory, then run "<cite>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
+    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 <a href="configuration.txt">configuration.txt</a>.</p>
 
     <p>To stop a running node run "<cite>tahoe stop</cite>".</p>
 
-- 
2.45.2