This repository contains Ansible installation scripts for the D3I project for use in conjunction with SURF ResearchCloud.
https://servicedesk.surf.nl/wiki/display/WIKI/Create+your+own+catalog+items
SRC-OS SRC-CO SRC-Nginx SRC-External plugin Your components
To test the self-hosted setup locally, use the compose file in the mono repo:
docker compose -f docker-compose.selfhosted.local.yml up --buildThis builds the image, runs database migrations and seeds, and starts the app on http://localhost:8000. All values are inlined so no .env file is needed.
To reset the database and start fresh:
docker compose -f docker-compose.selfhosted.local.yml down -v
docker compose -f docker-compose.selfhosted.local.yml up --build