User Tools

Site Tools


en:tvip_tms_install_guide

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
Last revision Both sides next revision
en:tvip_tms_install_guide [2017/11/30 10:57]
Egor Danilenko [Configure and start]
en:tvip_tms_install_guide [2019/06/14 10:53]
Egor Danilenko [Ubuntu users]
Line 10: Line 10:
 ===== Ubuntu users ===== ===== Ubuntu users =====
  
-**Supported version:** 16.04 LTS+**Supported version:** 16.04 LTS, 18.04 LTS 
 + 
 +<WRAP center round tip 60%> 
 +We have **quick** way to installation on Ubuntu 18.04 - check instructions [[en:​tvip_tms_quick_install_ubuntu|here]] 
 + 
 +</​WRAP>​
  
  
Line 37: Line 42:
 Install dependencies:​ Install dependencies:​
  
-  * openjdk-java or oracle java (version ​1.8 or above) +  * openjdk-java or oracle java (version ​11 or above), tvip-tms package has as dependency java11-runtime.
-<​code>​ +
-apt-get install openjdk-8-jre +
-</​code>​+
   * postgresql server ​          ​(version 9.2 or above)   * postgresql server ​          ​(version 9.2 or above)
 <​code>​ <​code>​
 apt-get install postgresql apt-get install postgresql
 </​code>​ </​code>​
-Install TVIP TMS:+  * elasticsearch (version 6.2.3 or above)
 <​code>​ <​code>​
-apt-get install ​tvip-tms+apt-get install ​elasticsearch
 </​code>​ </​code>​
- 
-===== CentOS users ===== 
-**Supported version:** 7 
- 
-Add repository to system: 
-<​code>​ 
-cd /​etc/​yum.repos.d/​ 
-wget http://​rpm.packages.tvip.ru/​tvip-tms.repo 
-</​code>​ 
- 
-Install dependencies:​ 
- 
-  * openjdk-java or oracle java (version 1.8) 
-  * postgresql server ​       (version 9.2 or above) 
  
 Install TVIP TMS: Install TVIP TMS:
 <​code>​ <​code>​
-yum install tvip-tms+apt-get ​install tvip-tms
 </​code>​ </​code>​
  
Line 133: Line 121:
 </​code> ​ </​code> ​
  
 +Enable elasticsearch
 +<​code>​
 +#autostart
 +systemctl enable elasticsearch
 +
 +#start service
 +service elasticsearch start
 +</​code> ​
  
 ===== Check installation ===== ===== Check installation =====
Line 138: Line 134:
 Admin panel located at <​code>​http://<​your_server>:<​server_port>/​admin</​code>​ Admin panel located at <​code>​http://<​your_server>:<​server_port>/​admin</​code>​
  
 +Default user admin has password admin
  
 Fresh installation contains examples of channels, accounts, etc... Fresh installation contains examples of channels, accounts, etc...
Line 153: Line 150:
  
 On all OS access log available in /​var/​log/​tms/​. On all OS access log available in /​var/​log/​tms/​.
 +
 +
 +===== Additional configuration =====
 +**VoD meta import**
 +For TMDB automated media import you will request API key [[https://​developers.themoviedb.org/​3/​getting-started/​introduction|here]] and add they to configuation:​
 +
 +  - Follow to Settings (http://​tms.example.com/​admin#​config_items.
 +  - Create new property: tmdb_api_key,​ set your API key to that property
  
 ====== Migration from TVIP Middleware version 2 ====== ====== Migration from TVIP Middleware version 2 ======
Line 184: Line 189:
 If you use tvip-middleware previously: If you use tvip-middleware previously:
 <​code>​ <​code>​
-postgres@tms:​~#​ psql -u tvip_middleware tvip_middleware ​< /​path/​to/​dump/​tvip-middleware.sql+postgres@tms:​~#​ psql -u tvip-tms tvip-tms ​< /​path/​to/​dump/​tvip-middleware.sql
 </​code>​ </​code>​
  
 WARNING: tvip-middleware backup might be restore before FIRST run of tvip-tms WARNING: tvip-middleware backup might be restore before FIRST run of tvip-tms
en/tvip_tms_install_guide.txt · Last modified: 2019/07/08 17:15 by Egor Danilenko