Commit 5972dea3 authored by garciadeblas's avatar garciadeblas
Browse files

Minor updates to installation procedure

parent 0ec281d6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ These builds include the latest community contributions and may contain bugs. Th

```bash
wget http://osm-download.etsi.org/ftp/osm-10.0-ten/install_osm.sh
chmod +x install_osm.sh
./install_osm.sh -R ReleaseTEN-daily -t releaseten-daily -r testing -y
```

@@ -43,6 +44,7 @@ wget http://osm-download.etsi.org/ftp/osm-10.0-ten/install_osm.sh

```bash
wget https://osm-download.etsi.org/ftp/osm-9.0-seven/install_osm.sh
chmod +x install_osm.sh
./install_osm.sh -R ReleaseNINE-daily -t releasenine-daily -r testing -y
```

@@ -50,7 +52,8 @@ wget https://osm-download.etsi.org/ftp/osm-9.0-seven/install_osm.sh

```bash
wget http://osm-download.etsi.org/ftp/osm-10.0-ten/install_osm.sh
./install_osm.sh -R testing-daily -t testing-daily -r testing -y -c k8s
chmod +x install_osm.sh
./install_osm.sh -R testing-daily -t testing-daily -r testing -y
```

## Performing the tests