Documentation
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.
Download the latest version of the RheinInsights Retrieval Suite from our customer portal.
Unzip the jar from the zip
Add the Dockerfile into the same folder which contains certs and the jar
(or you can use the one contained there from Version 1.9.1 on)Then build the container then as follows
docker image build -t rheininsights-retrieval-suite:latest .
Run it via
docker run -p 443:443 -v <persistentFileShare>\config:/config -v <persistentFileShare>\logs:/logs -v <persistentFileShare>\store:/store rheininsights-retrieval-suite:latest
This means, you need to make sure that you have the following three persistent volumes:
/config
/logs
/store