How to Install on AlmaLinux
Follow these instructions to set up Relution 5 on AlmaLinux. This guide uses MariaDB for data storage and nginx as reverse proxy.
Instructions were last verified on AlmaLinux with Relution 5.1, current as of May 2021.
For added security and performance we recommend to install Relution, MariaDB and nginx on separate machines. Installation on a single machine or installation on one or more virtual machines is also possible.
These instructions cover installation and configuration of a basic Relution instance.
Prerequisites
Before you start, ensure that:
-
The machines can connect to the Internet
-
You have
root
(orsudo
) permission -
You have a valid SSL certificate for your external host name
Self signed certificates will not work, because mobile devices do not trust them. You can manually install your root certificate on a device to get it to trust your certificate, but this takes a lot of work and is not recommended. Certificates from Let’s Encrypt have been known to work. Be aware that older devices may not trust these certificates, as they were established as a Certificate Authority (CA) fairly recently. |