Installing Traceability Microservice in Docker

This section helps you to install the Traceability Microservice in Docker.

Procedure:

  1. Install Docker engine in your deployment environment (See Docker site).
  2. Copy the generated zip file (from target folder) to the installation directory.
  3. Extract the zip file.

  4. Open a command prompt in the same location.
  5. Execute the below command for creating images and docker container for that image,
    • For Windows  :  traceability.bat up --build -d

    • For Linux        :  traceability.sh up --build -d

  6. Confirm that all below docker instances have started successfully by executing docker ps –a.

  7. Execute the below command to stop and remove the existing container.
    • For Windows  :  traceability.bat down
    • For Linux        :  traceability.sh down

Post Installation Verification

You can open the home page using the below URL.

http://localhost:8086/ms-traceability-api/

The Traceability API link is available on the home page, which allows you to open the swagger and it displays all the APIs available in traceability microservice.

Traceability Microservice is a Sql-based microservice and it is available as single release bundle (For example, ms-traceability-package-j2ee-<release no>.zip).


Bookmark Name Actions
Feedback
x