# Rierino Installation

## 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.

<mark style="background-color:yellow;">**Click**</mark> [<mark style="background-color:yellow;">**here**</mark>](https://aws.amazon.com/marketplace/pp/prodview-up2fcxku3k742) <mark style="background-color:yellow;">**to start with AWS now.**</mark>

### 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](https://docs.rierino.com/installation/) documentation. Custom installation requires licensing. You can check alternative ways to start using Rierino [here](https://rierino.com/start).

### Common installation options

* **Single VM:** use the Docker Compose setup in [Sandbox Deployment](/installation/deployment-alternatives/sandbox-vm-deployment.md).
* **Kubernetes:** use the fully automated Helm Chart option in [Kubernetes Deployment](/installation/deployment-alternatives/kubernetes-deployment.md).

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rierino.com/quick-start/rierino-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
