Changes between Version 46 and Version 47 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/16/15 13:37:31 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v46 v47 129 129 i. on both `client` and `server`, install `apache2` and `iperf` 130 130 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 }}} 132 142 133 143 {{{