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 25 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 Managementapi_installation_deprecated

As of Scheer PAS 21.1, this installation documentation is deprecated. You should not perform an installation with the old Docker images. API Management now is part of the Scheer PAS installation and cannot be installed stand-alone.

API Managementload_docker_images_api

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
docker image load -i api-mgmt-devportal-<VERSION>.tar

API Managementopen_keycloak

Open your Keycloak URL, e.g. https://api.acme-corp.com:8445/auth/admin , and login to the administration console. To login, use username and password as configured in the .env file.

Bridge

bridge_supported_os
bridge_supported_windows
bridge_supported_linux
bridge_supported_docker

  • Windows®:
    • Bridge 7 Windows Server 2019
    • Bridge 7 Windows Server 2016
    • Windows Server 2012 R2
    • Windows 10
    • Windows 8.1
  • Linux:
    • openSuse Linux 11.1 x86 or newer
    • RedHat Enterprise Linux 7 x86 or newer
    • Suse Linux Enterprise Server 11 x86 or newer
    • Ubuntu 12.04 LTS or newer
Builderbuilder_introduction

Before installing Builder for MagicDraw, make sure MagicDraw™ 18.0 UML is properly installed on the system. MagicDraw is a visual UML modeling and CASE tool that runs on a wide variety of operating systems where Java is supported. The Builder only supports MagicDraw on Windows platforms.

The Builder plugin as of version 6.0 is designed for MagicDraw UML 18.0.

Builderbuilder_md_version

The Builder plugin is designed for the following MagicDraw versions:

Builder VersionMagicDraw Version
Builder 7MagicDraw UML 18.0 SP7
Builder 6MagicDraw UML 18.0 SP7

Please note that the Builder does not support other MagicDraw versions such as MagicDraw 17.0.x or 18.x. The Builder version (32/64-bit) must match with the Java version (32/64-bit) of MagicDraw.

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, we support Linux, namely the following Linux distributions:
    • 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_docker

Start the container by running the following command:

docker-compose up

To run the container in the background, use:

docker-compose up -d

Miningservices_start_order

Please note that prior to version 19.2 the services must be started in the following order:

  1. service-repository

  2. persistent-service

  3. file-storage

  4. reporting-service

  5. user-service

  6. mailer-service

  7. then all other services

  • No labels