Important Note

This space contains files and text snippets that are used throughout the Scheer PAS documentation.
This content is not meant to be read independently from the rest of the documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

GroupNameExcerpt
API Managementload_docker_images_api

Start all containers by running the following command:

docker-compose up

To run the containers in the background, use:

docker-compose up -d
docker image load -i api-mgmt-gateway-<VERSION>.tar
docker image load -i api-mgmt-ui-<VERSION>.tar
docker image load -i api-mgmt-keycloak-<VERSION>.tar

Dockerprerequisites

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

Start all containers by running the following command:

docker-compose up

To run the containers in the background, use:

docker-compose up -d

Dockerstart_single_container

Start the container by running the following command:

docker-compose up

To run the container in the background, use:

docker-compose up -d

  • No labels