Jitsi Meet安装

系统:Debian GNU/Linux 7.0 (wheezy)
先安装ngixn,参考nginx官网http://nginx.org/en/linux_packages.html#stable
添加源(163的源和jitsi的源)

nano /etc/apt/sources.list#添加下面的源
deb http://mirrors.163.com/debian wheezy main non-free contrib
deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
deb-src http://mirrors.163.com/debian wheezy main non-free contrib
deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free 
deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free 
deb http://download.jitsi.org/nightly/deb unstable/
#设置key
wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add -

安装jits需要安装jquery,没有163的源(别的源也可以)会安装失败

apt-get update 
apt-get -y install jitsi-meet

安装过程中需要输入主机名,输入自己的主机名或者机器静态ip都可以(这里是test.com)
还选择是否生成ssl证书,我选择第一个,会自动生成
创建软连接

ln -s /etc/nginx/sites-available/test.meet.conf /etc/nginx/conf.d/test.meet.conf
service nginx restart

然后用chrome浏览试试吧

标签: linux, Jitsi Meet, debian

仅有一条评论

  1. 瑾

    测试下cdn缓存

添加新评论