Changes between Version 21 and Version 22 of GENIExperimenter/Tutorials/ClickExample/DesignSetup


Ignore:
Timestamp:
07/16/14 11:28:37 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ClickExample/DesignSetup

    v21 v22  
    5757  i. Download the RSpec from http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click.rspec.  On a UNIX-like system you can do:
    5858{{{
    59    cd /tmp
    60    wget <rspec_url>
     59cd /tmp
     60wget <rspec_url>
    6161}}}
    6262  i. Open your rspec and look for the `install` tag and copy the value of the URL attribute.
     
    6464  i. Download and untar the software.  On a UNIX-like system you can do:
    6565  {{{
    66   cd /tmp
    67   mkdir click
    68   cd click
    69   wget <software_url>
    70   tar xvfz <software_name>
     66cd /tmp
     67mkdir click
     68cd click
     69wget <software_url>
     70tar xvfz <software_name>
    7171}}}
    7272  i. Look in your RSpec and locate the `execute` tag. Note what script is being executed at boot time.