Skip to content

Deploying DAMAP

This guide outlines the steps for successfully deploying DAMAP. However, for most cases we recommend creating a deployment manifest either based on the DAMAP docker compose files or the Helm chart.

Step 1: Create OIDC credentials

Before you begin your DAMAP deployment, make sure your OIDC server is configured properly.

Read the documentation

Step 2: Create a database for DAMAP

DAMAP requires a database, preferably PostgreSQL, in order to work. You can use your existing PostgreSQL server or you can deploy a new one.

Read the documentation

Step 3: Deploying Gotenberg (optional)

To create PDF previews, DAMAP uses Gotenberg, an API server for PDF creation. This step is optional.

Read the documentation

Step 4: Deploying the DAMAP backend

The DAMAP backend is the heart of the DAMAP application.

Read the documentation

Step 5: Deploying the DAMAP frontend

Deploying the DAMAP frontend is the last step of getting DAMAP running.

Read the documentation