CDM Installation

Download and Install

Please be sure to check out system requirements if you haven't already.

Step 1: Install Docker and Docker Compose
Make sure Docker and Docker Compose are installed on your system.
Please visit this link for instructions on how to install Docker Engine: https://docs.docker.com/engine/install/

Step 2: Download the CDM Setup Files
You can use the following command:

curl -s https://get.apis.de/cdm.sh | bash


Alternatively
, you can get the files from the following link and extract yourself:https://get.apis.de/cdm.tar.gz

If you manually download, then please run this command to ensure scripts are executable:

chmod +x env-config.sh
chmod +x download.sh
chmod +x start.sh
chmod +x stop.sh


Step 3: Create the `env` File
You can see example `.env` files:
- .env.azure.example
- .env.ldaps.example
- .env.local.example

Create a new `.env` file and copy the contents of the example file that matches your environment. Update the values in the `.env` file with your own configuration.

cp .env.ldaps.example .env && nano .env

Step 4: Login and Download CDM Images
Use the following command to login to `hub.apis.de` and then download your CDM image.
Note: Use the username/password you have received from APIS customer service.

./download.sh

Step 5. Start the CDM Services

./start.sh

Note: In case, you need to stop CDM services, use the following command:

./stop.sh


If you have any questions or need further assistance, our support team is here to help.

Support