Published: 30 Apr 2018 › Updated: 30 Apr 2018

Ubuntu Debian安装搭建Jitsi Meet
前言
- VPS:Ubuntu、Debian
- 域名已成功解析vps IP
- 功能:加密、多人视频/语音会议、一条网址即可加入
- Jitsi客户端:https://jitsi.org/downloads/
- 项目地址:https://github.com/jitsi/jitsi-meet
一、安装
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
Leave Ubuntu Debian安装搭建Jitsi Meet to:
Read more #jitsi posts
Best Posts From SmallBrother
We have not curated any of laosan's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.