Skip to content

Instantly share code, notes, and snippets.

@rkreich
Last active June 15, 2016 12:24
Show Gist options
  • Select an option

  • Save rkreich/3f2cc092f2b4f5cb2011e39edf2d8277 to your computer and use it in GitHub Desktop.

Select an option

Save rkreich/3f2cc092f2b4f5cb2011e39edf2d8277 to your computer and use it in GitHub Desktop.
Kaltura - Install / Update KMC Version

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/kmc
  • wget 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_version to the newly installed version
  • Note that modifying base.ini means modifying a core file, it is sometimes might be safer to add this configuration value to local.ini (local.ini overrides base.ini).
  • Restart Apache for changes to take affect: service httpd restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment