jisit-meet 编译过程

来源:互联网 发布:linux 查看中间几行 编辑:程序博客网 时间:2024/06/18 08:19

1.架构图

参考地址:https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md

 

2.web服务端的编译

参考地址:https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md

 

安装过程中,需要安装输入域名,安装后,输入域名即可访问域名

 

3.源码编译替换jitsi-meet服务

参考地址:https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md

手动编译jitsi-meet 替换掉apt-get install jitsi-meet 中安装的jitsi-meet web服务

# cd /srv

# git clone https://github.com/jitsi/jitsi-meet.git

# cd jitsi-meet

# npm install

# make

编译过程(时间比较久) ,修改nginx的配置把meet的目录指向/srv/jitsi-meet,重新加载nginx即可使用源码来使用


4.Jitsi-meet 移动端编译

参考地址:https://github.com/jitsi/jitsi-meet/blob/master/doc/mobile.md

先准备编译环境:参考地址

https://facebook.github.io/react-native/docs/getting-started.html#installing-dependencies

参考中文:http://reactnative.cn/docs/0.43/getting-started.html

 

PS:

1.react-native start 运行时报错

http://stackoverflow.com/questions/33965524/error-while-running-react-native-start

 

 

 

0 0
原创粉丝点击