Installing on
Oracle Linux

Installing From Package

If you wish to install the Oracle Linux package by hand, follow these instructions.

For Oracle Linux 8

Note There are various Riak packages available for different OTP versions, please ensure that you are using the correct package for your OTP version.

Before installing Riak on Oracle Linux 8, we need to satisfy some Erlang dependencies from EPEL first by installing the EPEL repository:

sudo yum install -y epel-release

Once the EPEL has been installed, you can install Riak on Oracle Linux 8 using yum, which we recommend::

wget https://files.tiot.jp/riak/kv/3.2/3.2.0/oracle/8/riak-3.2.0.OTP24-1.el8.x86_64.rpm
sudo yum install -y riak-3.2.0-1.el8.x86_64.rpm

Next Steps

Now that Riak is installed, check out Verifying a Riak Installation.