Setting up releases to Sonatype & Maven Central
This is a rough guide to what was done to set it up. Some bits may be missing.
The page that you are currently viewing is for an old version of Stroom (Legacy). The documentation for the latest version of Stroom (7.6) can be found using the version drop-down at the top of the screen or by clicking here.
This is a rough guide to what was done to set it up. Some bits may be missing.
Stroom is broken down into separate components. Each component encapsulates a specific area of Stroom functionality and aids development by providing a single area of focus for new features and ensures separate components remain as loosely coupled as possible. Components can be tested in isolation and their interaction with other components easily understood by only allowing dependencies via minimal APIs.
This is how to run Stroom and its peripheral services using Docker. Running Stroom in Docker is the quickest and easiest way to get Stroom up and running.