Changes between Version 24 and Version 25 of GENIExperimenter/Tutorials/AnsibleHelloGENI/DesignSetup


Ignore:
Timestamp:
03/23/17 09:17:43 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v24 v25  
    151151Use `wget` to download the tarball of files onto your local machine and use `tar` to uncompress it:
    152152   {{{
    153 #!sh
    154 wget http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni-install.tar.gz
    155 tar zxvf hellogeni-install.tar.gz
     153 #!sh
     154 wget https://github.com/GENI-NSF/geni-tutorials/raw/master/HelloGENI/hellogeni-install.tar.gz
     155 tar zxvf hellogeni-install.tar.gz
    156156   }}}
    157157}}}