All KMC releases can be found on github @ https://github.com/kaltura/kmc/releases
- SSH into your Kaltura CE installation
cd /opt/kaltura/web/flash/kmcwget https://github.com/kaltura/kmc/releases/download/v5.39.3/v5.39.3.zip(replace 5.39.3 with the desired version)unzip v5.39.3.zip(replace 5.39.3 with the desired version)cd /opt/kaltura/web/flash/kmc/v5.39.3(replace 5.39.3 with the desired version)- Install uiconfs required by KMC:
php /opt/kaltura/app/deployment/uiconf/deploy_v2.php --ini=config.ini - Edit
/opt/kaltura/app/configurations/base.ini - Set
kmc_versionto the newly installed version - Note that modifying
base.inimeans modifying a core file, it is sometimes might be safer to add this configuration value tolocal.ini(local.ini overrides base.ini). - Restart Apache for changes to take affect:
service httpd restart