Kaltura Offline installation from Local CentOS7 Server

Hi All,
I have been trying to install Kaltura 19.2.0 Community edition from offline. I have downloaded the 19.2.0 module using wget command and kept it on /opt drive. below is the path:

/opt/installrepo.origin.kaltura.org/releases/19.2.0


image

I have created a loal repository and inserted the below command.
/etc/yum.repos.d/kaltura.repo

[Kaltura]
name = Kaltura Server
baseurl =file:///opt/installrepo.origin.kaltura.org/releases/19.2.0/7Server/RPMS/
gpgcheck = 0
enabled = 1
gpgkey=file:///opt/installrepo.origin.kaltura.org/releases/RPM-GPG-KEY-kaltura.txt

[Kaltura-noarch]
name = Kaltura Server arch independent
baseurl =file:///opt/installrepo.origin.kaltura.org/releases/19.2.0/7Server/RPMS/noarch/
gpgcheck = 0
enabled = 1
gpgkey=file:///opt/installrepo.origin.kaltura.org/releases/RPM-GPG-KEY-kaltura.txt


after that I had followed the below command
yum install mariadb-server -y , but got the below error:



I am unable to going further as I can’t understand what went wrong. please not server is not not connected to Internet. I want to do all offline installation. All the rpm has been kept in /opt/installrepo.origin.kaltura.org/ folder

Kindly help me on this.

Hi, mariaDB ist not in the Kaltura repo, but in the Centos Repo.
But even if you download the mariaDB packages and install them locally, you will run into other problems, as kaltura needs further packages from other repos, like epel and remi, during installation.

You will need local mirrors from CentOS, EPEL and remi for a successful installation al least.

Can we install packages online from CentOS, EPEL and remi and after that we install from local repository. Is it possible ?

#wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
#wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm
#rpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm

#yum install epel-release
#yum install yum-utils
#yum-config-manager --enable remi-php72

#sudo yum install php php-mysql php-gd php-xml php-mbstring php-json php-curl php-zip

#rpm -ihv http://installrepo.kaltura.org/releases/kaltura-release.noarch.rpm
#rpm -ihv https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

If you resolve all dependencies before you may succeed with the installation, I’m not sure.
You may also get the kaltura packages from your local repo and the other packages from the internet repos during installation, as you have configured the kaltura repo to a local repo in your config.