Changes between Version 2 and Version 3 of GEC21Agenda/ScalingUp/Procedure/Finish


Ignore:
Timestamp:
10/17/14 22:39:26 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/Procedure/Finish

    v2 v3  
    3939== 8.  Archive Experiment ==
    4040
     41  a. If your experiment worked, save your `site.txt` and `siteX.xml` files in version control. 
     42
     43== Grow Your Experiment! ===
     44
    4145Now that you have successfully reserved a small topology, you can now grow your topology.
     46
     47  a. Make a copy of `site.txt`.
     48{{{
     49cp site.txt bigsite.txt
     50}}}
     51  a. Edit `bigsite.txt` to have more nodes in the core star topology.
     52{{{
     53num_nodes = 5
     54}}}
     55  a. Go back to the [../Design Design] and repeat everything from Step X onward.
    4256
    4357----