Installing the TVIP TMS platform
The standard package of the TVIP TMS is designed for installation on a single server. The tvip-tms-standalone
package performs the following installation steps:
will install all necessary packages.
prompts you to select a charset for the databases, select the required UTF-8 supported locale.
will create the necessary databases.
will configure all microservices.
will start all services, displaying their status while the installation is running.
will add the services to the autostart.
Ubuntu 22.04.
apt install gnupg
wget --quiet -O- http://deb.packages.tvip.tv/deploy/key.asc | gpg --dearmor | sudo tee /usr/share/keyrings/tvip-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/tvip-archive-keyring.gpg] http://deb.packages.tvip.tv/ xenial main" > /etc/apt/sources.list.d/tms.list
apt-get update
apt-get install tvip-tms-standalone
Ubuntu 20.04.
echo "deb http://deb.packages.tvip.tv/ xenial main" >> /etc/apt/sources.list.d/tms.list
wget --quiet -O - http://deb.packages.tvip.tv/deploy/key.asc | apt-key add -
apt-get update
apt-get install tvip-tms-standalone
Note
If you encounter any problem while installing TVIP TMS according to this article, please contact our experts via support portal.
Update TVIP TMS platform
Summary information about new features and bug fixes, see change history.
To update the TMS, use the command:
apt update && apt upgrade
Attention
Do not reboot the server immediately after the upgrade. TMS does some work on the database after the upgrade. You can restart the server after all services turn green under General Statistics.