Changes between Version 1 and Version 2 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Oct 15, 2019, 12:51:42 AM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v1 v2  
    77
    88The previous tutorial targeted Ubuntu 14.04 and 16.04, this is updated for Ubuntu 18.04.
     9
     10{{{
     11omf load -t srv3-lg1.sb1.cosmos-lab.org -i baseline_1804.ndz -r 60
     12omf tell -a on -t srv3-lg1.sb1.cosmos-lab.org
     13ssh root@srv3-lg1.sb1.cosmos-lab.org
     14}}}
     15
     16{{{
     17wget https://osm-download.etsi.org/ftp/osm-6.0-six/install_osm.sh
     18chmod +x install_osm.sh
     19./install_osm.sh
     20}}}