Skip to content

SODa SCS Manager Deployment

Docker Compose environment for the Drupal-based SCS Manager together with Keycloak, Nextcloud, JupyterHub, OpenGDB, and related services.

Documentation

Viewing the docs (Zensical)

Hosted: https://docs.<SCS_SUBDOMAIN>.<SCS_BASE_DOMAIN> (this deployment: https://docs.dev-scs.sammlungen.io). Served by core--docs--app from the built site/ directory.

Rebuild and refresh:

./01_scripts/global/build-docs.bash
docker compose up -d --force-recreate core--docs--app

Local preview (from the repository root):

docker run --rm -it -p 3456:8000 -v "${PWD}:/docs" zensical/zensical

Then open http://localhost:3456. Stop with Ctrl+C.