Changes between Version 14 and Version 15 of GENIExperimenter/Tutorials/GettingStarted_PartII_ccn/Procedure/Setup


Ignore:
Timestamp:
06/21/14 10:17:54 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartII_ccn/Procedure/Setup

    v14 v15  
    264264<li>
    265265First, select "<tt>+ Add Install Service</tt>" as shown.  In the box the Install box enter (cut-and-paste): <br>
    266   &emsp <tt> http://www.gpolab.bbn.com/experiment-support/ccnx/ccnx-0.6.1-F15-x64.tar.gz </tt> <br>
     266<pre>http://www.gpolab.bbn.com/experiment-support/ccnx/ccnx-0.6.1-F15-x64.tar.gz</pre>
     267and enter
     268<pre>/</pre>
     269in the box next to it (labeled 'in').
     270<br>
     271<br>
     272Now, select "<tt>+ Add Install Service</tt>" again.  This time add: <br>
     273<pre>http://www.gpolab.bbn.com/experiment-support/ccnx/ccnx-atmos-F15-x64.tar.gz</pre>
    267274and enter <br>
    268   &emsp <tt> / </tt> <br>
     275<pre>/</pre>
    269276in the box next to it (labeled 'in').
    270277<br>
    271278<br>
    272 Now, select "<tt>+ Add Install Service</tt>" again.  This time add: <br>
    273    &emsp <tt> http://www.gpolab.bbn.com/experiment-support/ccnx/ccnx-atmos-F15-x64.tar.gz </tt> <br>
     279Similarly, add a third install service:
     280<pre>http://www.gpolab.bbn.com/experiment-support/ccnx/ccnx-setup.tar.gz</pre>
    274281and enter <br>
    275   &emsp <tt> / </tt> <br>
    276 in the box next to it (labeled 'in').
    277 <br>
    278 <br>
    279 Similarly, add a third install service: <br>
    280    &emsp <tt> http://www.gpolab.bbn.com/experiment-support/ccnx/ccnx-setup.tar.gz </tt>  <br>
    281 and enter <br>
    282   &emsp <tt> /tmp </tt> <br>
     282<pre>/tmp</pre>
    283283in the box next to it (labeled 'in').  <strong> Note the different install directory this time. </strong>
    284284<br>
    285285<br>
    286286
    287   <li>In a similar manner, use the "<tt>+ Add Execute Service</tt>" button to add three execute services on this node: <br>
    288    &emsp <tt> cd /tmp/ccnx-setup &&  ./node-setup <tt> <br>
    289    &emsp <tt> cd /tmp/ccnx-setup &&  ./add-precip-routes rsrchr <tt> <br>
    290    &emsp <tt> cd /tmp/ccnx-setup && ./ccnx-setup router 4 <tt> <br>
     287  <li>In a similar manner, use the "<tt>+ Add Execute Service</tt>" button to add three execute services on this node:
     288<br>
     289<pre>
     290cd /tmp/ccnx-setup &&  ./node-setup
     291cd /tmp/ccnx-setup &&  ./add-precip-routes rsrchr
     292cd /tmp/ccnx-setup && ./ccnx-setup router 4
     293</pre>
    291294  </li>
    292295