replace manual HTML with regular trac table markup

[Imported from Trac: page TestGrid, version 89]
warner 2015-01-27 20:43:59 +00:00
parent 9060871c83
commit ac1289f468

@ -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:
<table cellpadding="10px" border="1px solid black" border-collapse="collapse">
<tr>
<td>
node<br>nickname = <b><i>Another nickname than "None"</i></b>
</td>
</tr>
<tr>
<td>
client<br>
introducer.furl = <b><i>pb://hckqqn4vq5ggzuukfztpuu4wykwefa6d@publictestgrid.e271.net:50213,198.186.193.74:50213/introducer</i></b><br>
</td>
</tr>
</table>
| |
|---|
| node<br>nickname = **Another nickname than "None"** |
| client<br>introducer.furl = **pb://hckqqn4vq5ggzuukfztpuu4wykwefa6d@publictestgrid.e271.net:50213,198.186.193.74:50213/introducer** |
Then run `bin/tahoe start`.