Install DataSunrise from the RPM repository (for RHEL, CentOS 8/9)
For your convenience, we created a DataSunrise RPM Repository and added a possibility to install DataSunrise from RPM. To do it, run the Linux Terminal and execute the following commands:
For RHEL 8, CentOS 8
Run the Linux Terminal and execute the following commands:
Import the public GPG key:
sudo rpm --import https://rpm_repo.datasunrise.com/key.pub
Сreate the /etc/yum.repos.d/DS.repo file:
sudo touch /etc/yum.repos.d/DS.repo
Edit /etc/yum.repos.d/DS.repo:
[DS] name=Datasunrise baseurl=https://rpm_repo.datasunrise.com/release/RHEL8/ enabled=1 gpgcheck=1
Install DataSunrise from the repository:
sudo yum install DataSunrise_Suite.x86_64
Check the DataSunrise installation using your web browser:
https://<Server_IP>:11000
For RHEL 9, CentOS 9
Run the Linux Terminal and execute the following commands:
Import the public GPG key:
sudo rpm --import https://rpm_repo.datasunrise.com/key.pub
Сreate the /etc/yum.repos.d/DS.repo file:
sudo touch /etc/yum.repos.d/DS.repo
Edit /etc/yum.repos.d/DS.repo:
[DS] name=Datasunrise baseurl=https://rpm_repo.datasunrise.com/release/RHEL9/ enabled=1 gpgcheck=1
Install DataSunrise from the repository:
sudo yum install DataSunrise_Suite.x86_64
Check the DataSunrise installation using your web browser:
https://<Server_IP>:11000
Note: If the ncurses-compat-libs package is not available in the standard repositories, get it here.