Difference between revisions of "Jitsi"

From Organic Design wiki
(stub)
 
(installation)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
 +
 +
== Installation ==
 +
The [https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md Quick installation] guide automatically installs the system into an existing web-server, so on a new machine it's a good idea to install [[Nginx]] first. It uses ''LetsEncrypt'' to create certs for [[SSL]] setup. Here's a list of the listening services that are running after the system is installed:
 +
<source>
 +
tcp        0      0.0.0.0:80              0.0.0.0:*              LISTEN      505/nginx
 +
tcp        0      0.0.0.0:5269            0.0.0.0:*              LISTEN      450/lua5.2         
 +
tcp        0      0.0.0.0:8888            0.0.0.0:*              LISTEN      399/java           
 +
tcp        0      0.0.0.0:4443            0.0.0.0:*              LISTEN      454/java           
 +
tcp        0      0.0.0.0:443            0.0.0.0:*              LISTEN      505/nginx
 +
tcp        0      0.0.0.0:5280            0.0.0.0:*              LISTEN      450/lua5.2         
 +
tcp        0      127.0.0.1:5347          0.0.0.0:*              LISTEN      450/lua5.2         
 +
tcp        0      0.0.0.0:5222            0.0.0.0:*              LISTEN      450/lua5.2         
 +
udp        0      0.0.0.0:55914          0.0.0.0:*                          454/java           
 +
udp        0      0.0.0.0:58434          0.0.0.0:*                          399/java           
 +
udp        0      0.0.0.0:10000          0.0.0.0:*                          454/java           
 +
</source>
 +
  
 
== Resources ==
 
== Resources ==

Revision as of 17:34, 18 January 2020

Cone.png This article or section is a stub. Stubs are articles that have not yet received substantial attention from the authors. They are short or insufficient pieces of information and require additions to further increase the article's usefulness. The project values stubs as useful first steps toward complete articles.


Installation

The Quick installation guide automatically installs the system into an existing web-server, so on a new machine it's a good idea to install Nginx first. It uses LetsEncrypt to create certs for SSL setup. Here's a list of the listening services that are running after the system is installed:

tcp        0      0.0.0.0:80              0.0.0.0:*               LISTEN      505/nginx
tcp        0      0.0.0.0:5269            0.0.0.0:*               LISTEN      450/lua5.2          
tcp        0      0.0.0.0:8888            0.0.0.0:*               LISTEN      399/java            
tcp        0      0.0.0.0:4443            0.0.0.0:*               LISTEN      454/java            
tcp        0      0.0.0.0:443             0.0.0.0:*               LISTEN      505/nginx
tcp        0      0.0.0.0:5280            0.0.0.0:*               LISTEN      450/lua5.2          
tcp        0      127.0.0.1:5347          0.0.0.0:*               LISTEN      450/lua5.2          
tcp        0      0.0.0.0:5222            0.0.0.0:*               LISTEN      450/lua5.2          
udp        0      0.0.0.0:55914           0.0.0.0:*                           454/java            
udp        0      0.0.0.0:58434           0.0.0.0:*                           399/java            
udp        0      0.0.0.0:10000           0.0.0.0:*                           454/java


Resources