From ac1289f468172b0d1bce7bb058536ea9836f2f6e Mon Sep 17 00:00:00 2001 From: warner <> Date: Tue, 27 Jan 2015 20:43:59 +0000 Subject: [PATCH] replace manual HTML with regular trac table markup [Imported from Trac: page TestGrid, version 89] --- TestGrid.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/TestGrid.md b/TestGrid.md index 00a2bed..5c7404d 100644 --- a/TestGrid.md +++ b/TestGrid.md @@ -21,23 +21,10 @@ The test grid is currently running an 1.0.0-compatible release (allmydata-tahoe: Set up the code according to source:docs/quickstart.rst and source:docs/running.rst. This creates a client node in the `.tahoe` subdirectory of your home directory. Edit the following lines into the `.tahoe/tahoe.cfg` file: - - - - - - - - -
- node
nickname = Another nickname than "None" -
- client
- introducer.furl = pb://hckqqn4vq5ggzuukfztpuu4wykwefa6d@publictestgrid.e271.net:50213,198.186.193.74:50213/introducer
-
- - - +| | +|---| +| node
nickname = **Another nickname than "None"** | +| client
introducer.furl = **pb://hckqqn4vq5ggzuukfztpuu4wykwefa6d@publictestgrid.e271.net:50213,198.186.193.74:50213/introducer** | Then run `bin/tahoe start`.