Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table Filter
hideControlstrue
inversefalse,,false
sparkNameSparkline
columnGroup,Name
limitHeight
sortGroup ⇧,Name ⇧
separatorPoint (.)
labels‚‚
default,,
cell-width,,
datepatterndd M yy
globalFiltertrue
id1550843185735_1800880779
worklog5|8|w d h m|w d h m
isORAND
order0,1,2
GroupNameExcerpt
API Managementload_docker_images_api
Multiexcerpt
MultiExcerptNameload_docker_images_api
Multiexcerpt
MultiExcerptNamestart_all_containers_docker

Start all containers by running the following command:

Code Block
docker-compose up

To run the containers in the background, use:

Code Block
docker-compose up -d
Code Block
docker image load -i api-mgmt-gateway-<VERSION>.tar
Code Block
docker image load -i api-mgmt-ui-<VERSION>.tar
Code Block
docker image load -i api-mgmt-keycloak-<VERSION>.tar
Dockerprerequisites
Multiexcerpt
MultiExcerptNameprerequisites_docker

The software uses Docker to run.

  • The Docker Community Editon (CE) (version 18.06 or newer) is sufficient to run the software. The provided Docker containers are Linux containers.
    Refer to the Docker documentation pages for more information on supported platforms and how to install Docker.
  • As Docker host, the following Linux distributions are supported:
    • RedHat/CentOS
    • Ubuntu
  • The Docker tool docker-compose (version 1.23 or newer) must be installed.
Dockerstart_all_containers_docker
Multiexcerpt
MultiExcerptNamestart_all_containers_docker

Start all containers by running the following command:

Code Block
docker-compose up

To run the containers in the background, use:

Code Block
docker-compose up -d
Dockerstart_single_container_docker
Multiexcerpt
MultiExcerptNamestart_single_container_docker

Start the container by running the following command:

Code Block
docker-compose up

To run the container in the background, use:

Code Block
docker-compose up -d