Skip to main content
Version: 2.2.0

Prerequisites and Dependencies

Assumptions

Rest of the information assume that

  • You are using the IAMS Local Development Docker Compose Configuration files in dev-containers repository to run IAMS locally in Podman Desktop. For more information on dev-containers, please refer to Local Development.
  • You are accessing AGIL Ops Hub private container registry for the container image.
note

As mentioned in Release Packages, project should move the container image to project own Container Registry and access the container image from there, instead of accessing directly from AGIL Ops Hub registry.

If you have done, please remember to modify the Docker Compose files to pull images from your project Container Registry.

Prerequisites

  • Have working Podman Desktop or Docker Engine on your local machine.
  • Able to pull IAMS and dependent containers from AGIL Ops Hub Container Registry or project Container Registry.

Dependencies

  • Database: PostgreSQL, MS SQL, or Oracle.
note

Docker Compose file from dev-container will deploy PostgreSQL database container.

  • No dependency on other modules.
note

IAMS-Web is currently not implemented as Web Component.

In future release, this will change. It will be implemented as Web Component, allowing project to deploy IAMS-Web together with Web Components from other modules.