There is the configuration project template prepared for the service deployment:

git clone --depth=1 --branch=aidbox-ccda-service https://github.com/Aidbox/aidbox-project-template.git aidbox-project && cd aidbox-project && rm -rf .git && mkdir zen-packages

For detailed instructions on deploying the service based on the configuration project template please refer to the deployment guide

The next step is starting of docker-containers:

docker compose up --force-recreate --remove-orphans

The converter endpoints will be available at http://localhost:8888 .

Please refer this page for more information about converter API.

Last updated 2025-08-07T12:18:32Z