User Tools

Site Tools


en:tvip_tms_quick_install_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:tvip_tms_quick_install_ubuntu [2023/05/10 15:07]
Виталий Журавлев [Check installation]
en:tvip_tms_quick_install_ubuntu [2023/10/05 09:19] (current)
Виталий Журавлев [Update TMS]
Line 17: Line 17:
  
 =====Installation:​===== =====Installation:​=====
 +
 +==== Ubuntu 22.04 ====
 +
 +<​code>​
 +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
 +</​code>​
 +
 +==== Ubuntu 20.04 ====
 <​code>​ <​code>​
 echo "deb http://​deb.packages.tvip.tv/​ xenial main" >> /​etc/​apt/​sources.list.d/​tms.list echo "deb http://​deb.packages.tvip.tv/​ xenial main" >> /​etc/​apt/​sources.list.d/​tms.list
Line 23: Line 35:
 apt-get install tvip-tms-standalone apt-get install tvip-tms-standalone
 </​code>​ </​code>​
 +
  
 ===== Check installation ===== ===== Check installation =====
Line 31: Line 44:
 Fresh installation contains examples of channels, accounts, etc... Fresh installation contains examples of channels, accounts, etc...
  
-By default credentials for authorization at TMS +By default credentials for authorization at TMS: \\
 Login: admin \\ Login: admin \\
 Password: admin Password: admin
Line 48: Line 60:
 If you have any issues with installation **tvip-tms-standalone** on Ubuntu **20.04, 22.04** please send bug report via [[support.tvip.tv]] If you have any issues with installation **tvip-tms-standalone** on Ubuntu **20.04, 22.04** please send bug report via [[support.tvip.tv]]
 </​WRAP>​ </​WRAP>​
 +
 +===== Update TMS =====
 +
 +To update your TMS instance, please use the following command:
 +
 +<​code>​
 +apt update && apt upgrade
 +</​code>​
 +
  
 ===== About TMS architecture ===== ===== About TMS architecture =====
en/tvip_tms_quick_install_ubuntu.1683720434.txt.gz · Last modified: 2023/05/10 15:07 by Виталий Журавлев