Ubuntu Debian安装搭建Jitsi Meet

in #jitsi6 years ago (edited)

前言

一、安装

1、环境搭建

echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list

wget -qO -  https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -

echo 'deb http://ftp.au.debian.org/debian/ stretch main contrib non-free' > /etc/apt/sources.list.d/stretch.list

apt-get install apt-transport-https

apt-update

apt-get install -y --no-install-recommends openjdk-8-jre-headless

2、安装Jitsi Meet

apt-get -y install jitsi-meet
根据提示输入已解析的域名(domain)
证书:先选择第一项创建自签证书,而非「使用自己证书」

3、安装SSL证书

/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh
如果有运行nginx或apache2,请先停止相关服务
再运行上面命令,过程根据提示填入邮箱
完成后,就可以通过域名访问了

二、卸载


apt-get purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-prosody jitsi-meet-web jicofo jitsi-videobridge
若出现「由于程序正在运行」,而不能完全卸载,请继续进行以下操作


mv /var/lib/dpkg/info/ /var/lib/dpkg/info_backup/  

mkdir /var/lib/dpkg/info

apt autoremove   

rm -rf /var/lib/dpkg/info/  

mv /var/lib/dpkg/info_backup/ /var/lib/dpkg/info

apt-get autoclean 

dpkg -l |grep ^rc|awk '{print $2}' |xargs dpkg -P 

apt-get update

Sort:  

Congratulations @laosan! You have received a personal award!

1 Year on Steemit
Click on the badge to view your Board of Honor.

Do not miss the last post from @steemitboard:

The Meet the Steemians Contest is over - Results are coming soon ...

Support SteemitBoard's project! Vote for its witness and get one more award!

Congratulations @laosan! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!

Coin Marketplace

STEEM 0.28
TRX 0.13
JST 0.032
BTC 65925.23
ETH 3003.40
USDT 1.00
SBD 3.75