Changes between Version 46 and Version 47 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/16/15 13:37:31 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute

    v46 v47  
    129129    i. on both `client` and `server`, install `apache2` and `iperf`
    130130    i. copy the `scripts` directory into `/local` on the `client` node with permissions `755`.
    131 
     131    i. log into the `client` node and verify that the above three items have been done:
     132
     133{{{
     134#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     135   {{{
     136#!sh
     137$ apache2 -v
     138$ iperf
     139$ ls /local/scripts
     140   }}}
     141}}}
    132142
    133143{{{