Changes between Version 1 and Version 2 of Tutorials/Cloud/OSM
- Timestamp:
- Oct 15, 2019, 12:51:42 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v1 v2 7 7 8 8 The previous tutorial targeted Ubuntu 14.04 and 16.04, this is updated for Ubuntu 18.04. 9 10 {{{ 11 omf load -t srv3-lg1.sb1.cosmos-lab.org -i baseline_1804.ndz -r 60 12 omf tell -a on -t srv3-lg1.sb1.cosmos-lab.org 13 ssh root@srv3-lg1.sb1.cosmos-lab.org 14 }}} 15 16 {{{ 17 wget https://osm-download.etsi.org/ftp/osm-6.0-six/install_osm.sh 18 chmod +x install_osm.sh 19 ./install_osm.sh 20 }}}