Monday, March 30, 2020

jitsi

You can also use our Ubuntu/Debian repository:
  • First install the Jitsi repository key onto your system:
    wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
    
  • Create a sources.list.d file with the repository:
    sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"
    
  • Update your package list:
    sudo apt-get -y update
    
  • Install the full suite:
    sudo apt-get -y install jitsi-meet
    
    or only the packages you need like for example:
    sudo apt-get -y install jitsi-videobridge
    sudo apt-get -y install jicofo
    sudo apt-get -y install jigasi
    
    Important: Read the quick-install guide and its advanced section for further configuration (Firewall, Port Forwarding 
               or for Running jitsi-videobridge behind NAT)!!!
  • 
    
/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh

No comments:

Post a Comment