Prerequisites and Dependencies
Assumptions
Rest of the information assume that
- You are using the IAMS
Local DevelopmentDocker ComposeConfiguration files indev-containersrepository to run IAMS locally in Podman Desktop. For more information ondev-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 DesktoporDocker Engineon 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.