Installation
IntegraMon is delivered as a Docker-based deployment bundle. Frontend, backend, worker processes, and the required runtime components are provided together and started through a central configuration.
Prerequisites
- Docker runtime or a compatible container platform
- network access to the target systems, especially SAP CPI or Edge Integration Cell
- persistent storage for PostgreSQL or the connected database
- SMTP access if email notifications are used
- HTTPS access for browser, tablet, or smartphone users
Installation flow
- Build the Docker image or obtain the provided image.
- Prepare runtime configuration and environment values.
- Start the container with a stable name and stable hostname.
- Put reverse proxy and HTTPS in front of the user-facing access.
- Let database, workers, and background jobs start successfully.
- Verify login, tenant wizard, and the first connection to the target landscape.
Notes
The container name is not automatically the internal hostname. For metrics, operations dashboards, and host-related evaluations, a stable hostname should be set at startup, for example via --hostname.
In CPI and Edge-related scenarios, technical installation should always be followed by a functional reachability check: API access, authentication, relevant message or artifact views, and the later alerting foundation.