| Mike Marchetti | 1b64bd4 | 2018-06-13 09:21:40 -0400 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | export PATH=$PATH:/snap/bin |
| 3 | echo "PATH=$PATH" |
| 4 | juju status |
| 5 | |
| Michael Marchetti | 79731f4 | 2018-07-10 18:07:12 +0200 | [diff] [blame] | 6 | git clone https://osm.etsi.org/gerrit/osm/vim-emu.git |
| 7 | git clone https://osm.etsi.org/gerrit/osm/devops.git |
| Michael Marchetti | 3069e89 | 2018-08-13 22:52:44 +0200 | [diff] [blame] | 8 | devops/installers/full_install_osm.sh --nolxd -y $* |
| Michael Marchetti | 79731f4 | 2018-07-10 18:07:12 +0200 | [diff] [blame] | 9 | |
| 10 | cat >> ~/.bashrc <<-EOF |
| 11 | export OSM_HOSTNAME=127.0.0.1 |
| 12 | export OSM_SOL005=True |
| 13 | |
| 14 | EOF |