Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 904 Bytes

File metadata and controls

34 lines (22 loc) · 904 Bytes

Installation on RedHat Systems

Requirements

Dispenser requires Docker to be installed in the system.

pass is only available on EPEL so make sure it is enabled before proceeding.

Install Docker

We recommend to follow the official guide to install Docker on RedHat. This can change so please refer to the official documentation.

Install Dispenser

Download the package matching your operating system:

  • RHEL 8 / Rocky 8: dispenser-0.21.0-0.rhel-8.x86_64.rpm
  • RHEL 9 / Rocky 9: dispenser-0.21.0-0.rhel-9.x86_64.rpm
# Example for RHEL 9
sudo dnf install ./dispenser-0.21.0-0.rhel-9.x86_64.rpm

You can validate that it was successfully installed by switching to the dispenser user.

sudo su dispenser