Changes between Version 88 and Version 89 of TestGrid


Ignore:
Timestamp:
2015-01-27T20:43:59Z (9 years ago)
Author:
warner
Comment:

replace manual HTML with regular trac table markup

Legend:

Unmodified
Added
Removed
Modified
  • TestGrid

    v88 v89  
    2222Set 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:
    2323
    24 {{{
    25 #!html
    26     <table cellpadding="10px" border="1px solid black" border-collapse="collapse">
    27     <tr>
    28         <td>
    29             [node]<br>nickname = <b><i>Another nickname than "None"</i></b>
    30         </td>
    31     </tr>
    32     <tr>
    33         <td>
    34             [client]<br>
    35             introducer.furl = <b><i>pb://hckqqn4vq5ggzuukfztpuu4wykwefa6d@publictestgrid.e271.net:50213,198.186.193.74:50213/introducer</i></b><br>
    36         </td>
    37    </tr>
    38 </table>
    39 }}}
    40 
    41 
     24|| [node][[BR]]nickname = '''''Another nickname than "None"''''' ||
     25|| [client][[BR]]introducer.furl = '''''pb://hckqqn4vq5ggzuukfztpuu4wykwefa6d@publictestgrid.e271.net:50213,198.186.193.74:50213/introducer''''' ||
    4226
    4327Then run {{{bin/tahoe start}}}.