Installing DataSunrise From the RPM Repository (RHEL, CentOS 8)
Installing DataSunrise From the RPM Repository (RHEL, CentOS 8)
For your convenience, we created a DataSunrise RPM Repository and added a possibility to install DataSunrise from it. To do it, 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/RHEL/ 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