desktop-arrow-downInstallation

Our dedicated installation documentation provides step-by-step guidance and our AWS marketplace offering can get you started immediately

Easy Access to Rierino

Fastest way to start testing and developing on Rierino is using our free Community Edition on AWS Marketplace. It is deployed as a multi-service VM. You can choose the region and instance type. You also get full control of the environment.

Click herearrow-up-right to start with AWS now.

What you get with Community Edition

  • A ready-to-use environment for exploring the platform.

  • A good baseline for running MVPs and small projects.

  • A fast path to validate the architecture before scaling up with a custom installation.

Custom Installation

For installing Rierino yourself, follow the Installation documentation. Custom installation requires licensing. You can check alternative ways to start using Rierino herearrow-up-right.

Common installation options

The standard configuration uses MongoDB as the main data store. This is a good default for most training and initial development.

Secrets and Configurations

Integrating Rierino with external systems, such as database solutions, enterprise systems and file systems require configuration of connection details as well as credentials. While it is possible to define such configurations directly within Rierino UI, it is recommended to keep these values inside external configuration files (especially for secrets). Depending on the deployment option the most common way to define these configurations are as follows:

  • Single VM: globalconfig.properties and globalsecrets.properties files under admin_runner folder are used

  • Kubernetes: global-config ConfigMap and global-secrets Secret under admin-backend namespace are used

Last updated