User Tools

Site Tools


en:tvip_tms_quick_install_ubuntu

This is an old revision of the document!


TVIP TMS quick install on Ubuntu

System requirements:

  • 4 Core CPU
  • Minimum 16GB of RAM

WARNING: TVIP TMS in BETA stage, please report all bugs to support@tvip.ru

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, accept oracle licenese (Java 10 agreement), other actions will be executed automaticaly. That package must be installed on Ubuntu 16.04. Other debian based distros may be have any issues on installation process.

Installation:

echo "deb http://deb.packages.tvip.ru/ xenial main" >> /etc/apt/sources.list.d/tms.list
wget --quiet -O - http://deb.packages.tvip.ru/deploy/key.asc | apt-key add -
apt-get update
apt-get install tvip-tms-standalone

Check installation

Admin panel located at

http://<your_server>:<server_port>/admin

Fresh installation contains examples of channels, accounts, etc…

Ubuntu 16.04, CentOS 7: application logs available by:

journalctl -f -u tvip-tms

Access log available in /var/log/tms/.

If you have any issues with installation tvip-tms-standalone on Ubuntu 16.04 please send bug report via support.tvip.ru

You can install tvip-tms with alternate method.

en/tvip_tms_quick_install_ubuntu.1532430753.txt.gz · Last modified: 2018/07/24 14:12 by Egor Danilenko