Table of Contents
TVIP TMS quick install on Ubuntu
System requirements:
- Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
- Minimum 32 GB of RAM
- 500 GB (free disk space) for minimum 4000 active and online devices.
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, other actions will be executed automaticaly. That package must be installed on Ubuntu 18.04. Other debian based distros may be have any issues on installation process.
Installation is recommended only on Ubuntu 18.04
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…
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 18.04 please send bug report via support.tvip.ru
About TMS architecture
Documentation about TMS architecture available by Link