Quick Start
Easy Access to Rierino
Fastest way to start testing out and developing on Rierino is using our 'Developer Lite' edition on AWS Marketplace, which is deployed as a multi-service VM within the region and instance type of your choosing with 100% control.
Click here to start with AWS now.
Custom Installation
For installing Rierino yourself, you can follow instructions provided in Installation documentation or check all alternative ways to start using Rierino here.
A single VM deployment for development & testing can be achieved by using the docker compose details provided in Sandbox Deployment section.
Installation on a K8s cluster can be achieved by following the command provided in Fully Automated Helm Chart or Fully Automated Ansible alternative in Kubernetes Deployment section.
The standard configuration uses MongoDB system as the main data store.
Initial Reading
To start using Rierino platform right away, you can utilize training microservices deployed with the standard installation. To do so, we suggest you familiarize yourself with some of the key concepts and basic yet frequently used features:
How you can start using existing training microservices with saga flows
How you can integrate with 3rd party rest systems and call their APIs
In addition to documentation, an alternative way to start learning more about Rierino is to complete our self-paced interactive training content, which provides an introduction to main Rierino concepts and terminology.
Examples
To experience and start building your own applications, you can refer to our list of examples, such as:
Reviewing Training Runners
Reviewing Training APIs
Creating a Hello World API
Creating a new CRUD endpoint
Building a complete To-do List App
Troubleshooting
Rierino provides various means for auditing and troubleshooting purposes, with the options for starting out as:
Checking meaning or Error Codes returned
Performing checks for common errors
Checking feature availability by versions in release notes
Last updated