Commit e94c2cb9 authored by Mark Beierl's avatar Mark Beierl
Browse files

Adding Release FOURTEEN instrubtions

parent 6c88f4d1
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -17,10 +17,11 @@ For a step-by-step procedure, please refer to this chapter of the [User Guide](h
New release candidates can be tested using the installer with the following options (e.g. RC1 for Rel ELEVEN):

```bash
DOCKER_TAG=11.0.0rc1
REPO_BASE=11.0.0rc1
DOCKER_TAG=14.0.0rc1
REPO_BASE=14.0.0rc1
REPO_NAME=testing
wget http://osm-download.etsi.org/ftp/osm-11.0-eleven/install_osm.sh
wget http://osm-download.etsi.org/ftp/osm-14.0-fourteen/install_osm.sh
chmod +x ./install_osm.sh
./install_osm.sh -t ${DOCKER_TAG} -r ${REPO_NAME} -R ${REPO_BASE} -y
```

@@ -32,6 +33,14 @@ These builds include the latest community contributions and may contain bugs. Th

#### LTS Releases

##### Release FOURTEEN daily

```bash
wget http://osm-download.etsi.org/ftp/osm-14.0-fourteen/install_osm.sh
chmod +x install_osm.sh
./install_osm.sh -R ReleaseFOURTEEN-daily -t releasetwelve-daily -r testing -y
```

##### Release TWELVE daily

```bash