Print

Installation

Note: This section contains instructions that are only relevant to on-prem deployments.

Instructions to install and run RioDB software on-premise.

1 – Install Java OpenJDK

RioDB requires JDK (to compile user queries into code on-the-fly)
https://openjdk.java.net/install/
To check that OpenJDK is your default java environment:

java -version

2 – Install RioDB

Contact us to obtain a licensed version of RioDB.
Download and extract (unzip or tar) the archive into the directory where you want RioDB to run.
Ensure that RioDB has access to open ports (Windows Firewall, or Linux firewalld service).

If you are just checking it out, that’s it. Just run it with default settings.
Otherwise, be sure to check the Settings page for configuration options.

3 – Run it!

Windows (with administrative access to open ports):

riodb.bat

Linux (using sudo to open network ports):

sudo ./riodb.sh
Table of Contents
Scroll to Top