Kaltura/Installation
From r00tedvw.com wiki
(Difference between revisions)
Line 24: | Line 24: | ||
==Install Dependencies== | ==Install Dependencies== | ||
− | kaltura-server:~$ sudo apt-get install apache2 php5 php5-cli mysql-server mysql-client curl libcurl3 libcurl3-dev memcached php5-curl php5-gd php5-memcache php5-mysql php-apc php5-xsl php5-imap libssh2-php imagemagick rsync default-jre exif ftp php-services-json spl-core php-xml-serializer | + | <nowiki>kaltura-server:~$ sudo apt-get install apache2 php5 php5-cli mysql-server mysql-client curl libcurl3 libcurl3-dev memcached php5-curl php5-gd php5-memcache php5-mysql php-apc php5-xsl php5-imap libssh2-php imagemagick rsync default-jre exif ftp php-services-json spl-core php-xml-serializer -y</nowiki> |
Revision as of 01:11, 26 January 2016
Contents |
Hardware Requirements
As of version: Kajam-11.7.0:
- 2Ghz Processor (Dual-Core)
- 1GB of RAM
- 5GB HDD for Kaltura installation (not counting space for videos)
- 64bit Ubuntu or CentOS/Redhat
Start
Before you start, switch to root. Kaltura expects that all installation instructions are performed as root.
~/home/user$sudo -s
Flush IPtables
If possible, flush iptables and stop the service.
~/home/user$ iptables -F ~/home/user$ service iptables stop (did not work for me) ~/home/user$ chkconfig iptables off (did not work for me)
Disable SELinux
Another required step, SELinux MUST be disabled.
Add PGP Key for Kaltura CE
kaltura-server:~$ wget http://installrepo.kaltura.org/repo/apt/debian/kaltura-deb.gpg.key kaltura-server:~$ sudo apt-key add ./kaltura-deb.gpg.key
Install Dependencies
kaltura-server:~$ sudo apt-get install apache2 php5 php5-cli mysql-server mysql-client curl libcurl3 libcurl3-dev memcached php5-curl php5-gd php5-memcache php5-mysql php-apc php5-xsl php5-imap libssh2-php imagemagick rsync default-jre exif ftp php-services-json spl-core php-xml-serializer -y