Documentation
Deployment and Base Configuration
Deployment
You can deploy the RheinInsights Retrieval Suite on a Windows Server, Linux or run it within a Docker instance.
Windows Server and Linux Deployments
The following describes the deployment on Windows or Linux
Make sure that the prerequisites are available, cf. Technical Prerequisites . Then start the deployment as follows:
Download the latest version of the RheinInsights Retrieval Suite
Unzip the package to a target folder, e.g.,
/opt/rheininsights on Linux
C:\rheininsights on Windows
Register the service
Start the service, cf. Service Registration
Continue with First Run Configuration
Docker Deployments
For Docker deployments make sure to have a Postgres or Microsoft SQL database available. H2 is supported but might get lost when reinstantiating the instance.
To run the Retrieval Suite, e.g. execute
docker run --publish 443:443 --mount type=bind,src="<externalMountPoint>/config",target=/config -v <externalMountPoint>/logs:/logs <yourRegistry>/rheininsights-retrieval-suite:latest