Commit 609fe24f authored by garciadeblas's avatar garciadeblas
Browse files

replace nbsp by spaces; added instruction to download the installer

parent 3e8deace
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ This is the recommended installation procedure for general OSM users.

For a step-by-step procedure, please refer to this chapter of the [User Guide](https://osm.etsi.org/docs/user-guide/03-installing-osm.html) to build the latest stable release.

For the time being, Rel SEVEN 7.1.3 is the latest stable OSM release.
For the time being, Rel SEVEN 7.1.4 is the latest stable OSM release.

### New release candidate

@@ -23,6 +23,7 @@ New release candidates can be tested using the installer with the following opti
  DOCKER_TAG=8.0.0rc1
  REPO_BASE=8.0.0rc1
  REPO_NAME=testing
  wget http://osm-download.etsi.org/ftp/osm-8.0-eight/install_osm.sh
  ./install_osm.sh -t ${DOCKER_TAG} -r ${REPO_NAME} -R ${REPO_BASE} -y
  ```
- For an installation based on K8s:
@@ -30,6 +31,7 @@ New release candidates can be tested using the installer with the following opti
  DOCKER_TAG=8.0.0rc1
  REPO_BASE=8.0.0rc1
  REPO_NAME=testing
  wget http://osm-download.etsi.org/ftp/osm-8.0-eight/install_osm.sh
  ./install_osm.sh -t ${DOCKER_TAG} -r ${REPO_NAME} -R ${REPO_BASE} -y -c k8s
  ```

@@ -44,7 +46,7 @@ These builds include the latest community contributions and may contain bugs. Th
- For an installation based on Docker Swarm:
  ```bash
  wget http://osm-download.etsi.org/ftp/osm-8.0-eight/install_osm.sh
  ./install_osm.sh -R ReleaseEIGHT-daily -t releaseeight-daily -r testing -y
  ./install_osm.sh -R ReleaseEIGHT-daily -t releaseeight-daily -r testing -y
  ```
- For an OSM installation on top of K8s (it should be functionally identical):
  ```bash
@@ -57,12 +59,12 @@ These builds include the latest community contributions and may contain bugs. Th
- For an installation based on Docker Swarm:
  ```bash
  wget https://osm-download.etsi.org/ftp/osm-7.0-seven/install_osm.sh
  ./install_osm.sh -R ReleaseSEVEN-daily -t releaseseven-daily -r testing -y
  ./install_osm.sh -R ReleaseSEVEN-daily -t releaseseven-daily -r testing -y
  ```
- For an OSM installation on top of K8s (it should be functionally identical):
  ```bash
  wget https://osm-download.etsi.org/ftp/osm-7.0-seven/install_osm.sh
  ./install_osm.sh -R ReleaseSEVEN-daily -t releaseseven-daily -r testing -y -c k8s
  ./install_osm.sh -R ReleaseSEVEN-daily -t releaseseven-daily -r testing -y -c k8s
  ```

#### `master` branch daily
@@ -70,12 +72,12 @@ These builds include the latest community contributions and may contain bugs. Th
- For an installation based on Docker Swarm:
  ```bash
  wget http://osm-download.etsi.org/ftp/osm-8.0-eight/install_osm.sh
  ./install_osm.sh -R testing-daily -t testing-daily -r testing -y
  ./install_osm.sh -R testing-daily -t testing-daily -r testing -y
  ```
- For an OSM installation on top of K8s (it should be functionally identical):
  ```bash
  wget http://osm-download.etsi.org/ftp/osm-8.0-eight/install_osm.sh
  ./install_osm.sh -R testing-daily -t testing-daily -r testing -y -c k8s
  ./install_osm.sh -R testing-daily -t testing-daily -r testing -y -c k8s
  ```

## Performing the tests