Changes between Version 5 and Version 6 of LocalGrid


Ignore:
Timestamp:
2021-06-09T13:02:15Z (3 years ago)
Author:
sajith
Comment:

tahoe start subcommand has been removed

Legend:

Unmodified
Added
Removed
Modified
  • LocalGrid

    v5 v6  
    77}}}
    88
    9 2. Create an introducer and start it so that an introducer FURL is generated (we need this for the next step):
     92. Create an introducer and start it, and then stop it, so that an introducer FURL is generated (we need this for the next step):
    1010
    1111{{{
    1212tahoe create-introducer --hostname localhost node-0
    13 tahoe start node-0 && tahoe stop node-0
     13tahoe run node-0
     14^C
    1415}}}
    1516
     
    2930
    3031{{{
    31 for i in {0..9}; do tahoe start node-$i; done
     32for i in {0..9}; do tahoe run node-$i & done
    3233}}}
    3334