### Start Dependent Docker Containers Source: https://github.com/cscfi/mscr-datamodel-api/blob/v2/README.md Starts essential services like group management, Fuseki, and OpenSearch using Docker Compose. Ensure dependent services are running before starting the application. ```bash docker-compose up -d yti-groupmanagement yti-fuseki-v4 yti-datamodel-opensearch ``` -------------------------------- ### Initialize Admin Data Source: https://github.com/cscfi/mscr-datamodel-api/blob/v2/README.md Populates the database with initial administrative data. This script should be run after the database containers are up and running. ```bash ./src/scripts/init.admin.sh ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.