Self-Hosting Cadenza Documentation
The full Cadenza documentation is available online. It is regularly updated by Disy. The Cadenza documentation includes:
-
Learning modules
-
User documentation
-
Administrator documentation
-
Developer documentation
The documentation container image is available in our external Docker registry under the name registry-ext.disy.net/cadenza/cadenza-docs.
See Container Images for an overview of all our images and Documentation Image Versioning for the image tagging scheme.
The container image includes a webserver that listens on port 80.
Running with Docker or Podman
You can run the documentation image directly with Docker:
docker run -p 8080:80 registry-ext.disy.net/cadenza/cadenza-docs:10.5-release
The documentation is then available at http://localhost:8080.
The image can also be run with Podman. Refer to the Podman documentation for the equivalent commands.
When running without a compose file, you have to take care of exposing the documentation in a suitable way with a reverse proxy for managing hostname, port and TLS. The configuration of a reverse proxy is not part of our documentation but can be found in the documentation of the suitable products.
Running on Kubernetes
Another way to install the documentation image is on a Kubernetes cluster using our Generic Webapp Helm chart which takes care of creating all necessary Kubernetes objects needed to run a simple web application.
Customizing the Help Menu
To customize the Cadenza "Help" menu to link to your own hosted versions, see the Customizing Help Menu documentation.