System requirements:
WARNING: TVIP TMS in BETA stage, please report all bugs to support@tvip.tv
TVIP TMS repository have virtual package “tvip-tms-standalone”, that package install all of need dependency, configure database, systemd settings, and prompt you about codepage. You must select CORRECT codepage with UTF-8 support, other actions will be executed automaticaly. That package must be installed on Ubuntu 18.04, 20.04, 22.04. Other debian based distros may be have any issues on installation process.
Installation is recommended on Ubuntu LTS 20.04, 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
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
Admin panel located at
http://<your_server>:<server_port>/admin
Fresh installation contains examples of channels, accounts, etc…
By default credentials for authorization at TMS:
Login: admin
Password: admin
Application logs available in:
/var/log/tvip-tms
Access log available in /var/log/tvip-tms/.
If you have any issues with installation tvip-tms-standalone on Ubuntu 20.04, 22.04 please send bug report via support.tvip.tv
To update your TMS instance, please use the following command:
apt update && apt upgrade
Documentation about TMS architecture available by link