mysqldump --add-drop-table -uroot -p123456 jit >/extra_disk/jit.sql

sudo npm install -g node-gyp

sudo npm install node-gyp@0.10.6

npm uninstall -g  node-gyp

cp glib-2.38.2.tar.xz libav-11.1.tar.gz libav-11.7.tar.gz libnice-0.1.4.tar.gz libvpx-v1.0.0.tar.bz2 openssl-1.0.1g.tar.gz opus-1.1.tar.gz /extra_disk/pkg/licode/build/libdeps/

chmod 777 /extra_disk/pkg/licode/scripts/installCentOsDeps.sh

setenforce 0
systemctl start mariadb
systemctl restart nginx

yum install ffmpeg-devel

sudo yum install epel-release
yum -y update

export LC_ALL=C
setenforce 0
systemctl start mariadb
systemctl restart nginx
sudo service rabbitmq-server start
sudo service mongod start

./licode/scripts/initLicode.sh
./licode/scripts/initBasic.sh

./licode/scripts/installBasicExample.sh

$mongo
>use nuvedb
>db.dropDatabase()

yum install x264 x264-devel libvpx libvpx-devel glib2 glib2-devel -y

hostnamectl

hostnamectl set-hostname R2-D2

./licode/scripts/initLicode.sh

./licode/scripts/initBasicExample.sh

sudo service rabbitmq-server start
sudo service mongod start
export LC_ALL=C

cd /extra_disk/pkg

./licode/scripts/installErizo.sh
./licode/scripts/installNuve.sh
./licode/scripts/installBasicExample.sh
./licode/scripts/initLicode.sh
./licode/scripts/initBasicExample.sh

Failed global initialization: BadValue Invalid or no user locale set.
export LC_ALL=C

123.57.62.28

firewall-cmd --add-port=80/tcp
firewall-cmd --add-port=8080/tcp
firewall-cmd --add-port=3000/tcp
firewall-cmd --add-port=3001/tcp
firewall-cmd --add-port=3004/tcp

/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT
/sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT
/sbin/iptables -I INPUT -p tcp --dport 3000 -j ACCEPT
/sbin/iptables -I INPUT -p tcp --dport 3001 -j ACCEPT
/sbin/iptables -I INPUT -p tcp --dport 3004 -j ACCEPT

systemctl start firewalld.service#启动firewall
systemctl stop firewalld.service#停止firewall
systemctl disable firewalld.service#禁止firewall开机启动

I change the licode_config.js as follows:

config.erizoController.port=8080;
config.erizoController.ssl=true;
config.erizoController.listen_ssl=true;
config.erizoContorller.listen_port=8080;

netstat -tunlp

netstat -tunlp | grep 80

cd /extra_disk/pkg

fuser -n tcp 80
kill 705

This worked for me on CentOS 5.8 when I was unable to use the /etc/hosts file to fix it:

Create a rabbitmq environment variables config file at /etc/rabbitmq/rabbitmq-env.conf
Add NODENAME=rabbit@localhost to it (note that just localhost didn't work)

POD document had syntax errors at /usr/bin/pod2man line 69.
make: *** [install_docs] Error 1
rm /usr/bin/pod2man

setenforce 0

systemctl start mariadb
systemctl restart nginx

This worked for me on CentOS 5.8 when I was unable to use the /etc/hosts file to fix it:

Create a rabbitmq environment variables config file at /etc/rabbitmq/rabbitmq-env.conf
Add NODENAME=rabbit@localhost to it (note that just localhost didn't work)
sudo service rabbitmq-server start

sudo service mongod start

rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm

rpm -Uvh ftp://fr2.rpmfind.net/linux/dag/redhat/el7/en/x86_64/dag/RPMS/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm

Licode Install CentOS 7.0的更多相关文章

  1. How to install Wordpress 4.0 on CentOS 7.0

    This document describes how to install and configure Wordpress 4.0 on CentOS 7.0. WordPress started ...

  2. asp.net core 简单部署之FTP配置(CentOS 7.0安装配置Vsftp服务器)

    配置过程原文地址:http://www.osyunwei.com/archives/9006.html 坑和结果 正确的跟着这个内容走,是靠谱的. 我自己给自己踩了个坑,请参照文章的朋友注意第七条:七 ...

  3. CentOS 7.0系统安装配置步骤详解

    CentOS 7.0系统是一个很新的版本哦,很多朋友都不知道CentOS 7.0系统是怎么去安装配置的哦,因为centos7.0与以前版本是有很大的改进哦. 说明: 截止目前CentOS 7.x最新版 ...

  4. CentOS 7.0安装配置Vsftp服务器

    一.配置防火墙,开启FTP服务器需要的端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙. 1.关闭firewall: systemctl stop fi ...

  5. CentOS 7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14

    准备篇: CentOS 7.0系统安装配置图解教程 http://www.osyunwei.com/archives/7829.html 一.配置防火墙,开启80端口.3306端口 CentOS 7. ...

  6. centos 7.0 编译安装php 7.0.3

    php下载页面 http://cn2.php.net/downloads.php 7.0.3多地区下载页面 http://cn2.php.net/get/php-7.0.3.tar.gz/from/a ...

  7. centos 7.0 安装nginx 1.9.10

    可以参考以前安装成功的案例 centos 7.0 nginx 1.7.9成功安装过程 官网下载 http://nginx.org/en/download.html nginx下载位置 /usr/loc ...

  8. centos 6.0用yum安装中文输入法

    Centos6.2代码 CentOS 6.0没有默认没有装语言支持(Language Support),因此很不方面. 终于发现了有效的方法: su root yum install "@C ...

  9. centos 7.0 nginx 1.7.9成功安装过程

    centos 7.0根目录 的目录构成 [root@localhost /]# lsbin dev home lib64 mnt proc run srv tmp varboot etc lib me ...

随机推荐

  1. hdoj 2546 饭卡

    饭卡 Time Limit: 5000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submissi ...

  2. js 复制网页内容,兼容各浏览器

    因需要做一个js单击,复制当前网页url的功能.使用的是如下的方法,但是只能在ie浏览器下正常使用. 方法如下: function copyURL(){ var clipBoardContent=&q ...

  3. 【Android - 进阶】之事件分发机制

    参考资料: View事件分发:http://blog.csdn.net/pi9nc/article/details/9281829 ViewGroup事件分发:http://blog.csdn.net ...

  4. MyBatis<forEach/>如何遍历Map参数里的值

    纠结了好一阵子, 最终给我解决了. 直接上代码了: mapper文件: <insert id="saveBlogs"> INSERT INTO blog (user_i ...

  5. android中ListView点击和里边按钮点击不能同时生效问题解决

    今天遇到一个问题:android中ListView点击和里边button点击不能同时生效问题解决. 原因是: listView 在开始绘制的时候,系统首先调用getCount()函数,根据他的返回值得 ...

  6. perl 线程创健

    http://www.cnblogs.com/zhangchaoyang/articles/2057178.html

  7. 【十分钟教会你汇编】MIPS编程入门(妈妈说标题要高大上,才会有人看>_<!)

    无意中找到一篇十分好用,而且篇幅也不是很大的入门教程,通篇阅后,再把“栗子”敲一遍,基本可以有一个比较理性的认识,从而方便更好地进一步深入学习. 废话不多说,上干货(英语好的直接跳过本人的渣翻译了哈— ...

  8. Android(java)学习笔记143:android提供打开各种文件的API接口:setDataAndType

    android 打开各种文件(setDataAndType) private void openFile(File file){ Intent intent = new Intent(); inten ...

  9. Asp.Net MVC 实用视频教程

    [北盟学习BaMn.Cn] Asp.Net MVC 第01课--创建第一个项目.avi [北盟学习BaMn.Cn] Asp.Net MVC 第02课--自己建一个controller view.avi ...

  10. 解决 kindle 书籍字体颜色偏淡问题的方法

    现象 通过Markdown转换而来的mobi格式书籍都有一个大问题:字体偏淡,放在kindle上看对比度很差. 原因分析: 导致这种问题的原因,可能是因为在制作电子书的过程中,这些内容是被标注了彩色或 ...