Changes between Version 22 and Version 23 of HowTo/LabWikiGraphUsingCSV


Ignore:
Timestamp:
07/07/14 03:58:44 (10 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LabWikiGraphUsingCSV

    v22 v23  
    99}}}
    1010
     11== 1.1 Install and Execute Scripts ==
     12
     13Use the following Install and Execute Scripts for GENI
     14{{{
     15<services>
     16    <execute command="sudo sh /gimidev/gimibot.sh" shell="sh"/>
     17    <install install_path="/" url="http://emmy9.casa.umass.edu/GEC-20/gimidev.tar.gz"/>
     18</services>
     19}}}
     20
     21For iMinds the Execute Scripts are:
     22
     23{{{
     24
     25<services>
     26     <execute shell="sh" command="cd /local ; sudo wget http://fed4fire-testbeds.ilabt.iminds.be/FGRE/fgre_wall2_ovs.sh"/>
     27     <execute shell="sh" command="sudo chmod 755 /local/fgre_wall2_ovs.sh"/>
     28     <execute shell="sh" command="sudo /local/fgre_wall2_ovs.sh"/>
     29</services>
     30}}}
    1131
    1232For more details on what is installed in these images, go to [http://groups.geni.net/geni/wiki/GIMIv3/Documentation#Images GIMI Images]