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. HBase 学习笔记---守护进程及内存调优

    1.HMaster           HMaster的任务前面已经说过了,两个大方向:一.管理Hbase Table的 DDL操作 二.region的分配工作,任务不是很艰巨,但是如果采用默认自动s ...

  2. C# .Net基础知识点解答

    原文地址 1. 什么是.NET?什么是CLI?什么是CLR?IL是什么?JIT是什么,它是如何工作的?GC是什么,简述一下GC的工作方式? 通俗的讲,.Net是微软开发应用程序的一个平台: CLI是C ...

  3. 【转】Android应用开发性能优化完全分析

    http://blog.csdn.net/yanbober/article/details/48394201 1 背景 其实有点不想写这篇文章的,但是又想写,有些矛盾.不想写的原因是随便上网一搜一堆关 ...

  4. iOS 基础知识

    1获取系统语言设置 NSUserDefaults *userDefault = [NSUserDefaults standardUserDefaults]; NSArray *languages = ...

  5. Copy-VMFile

    将文件移到或移出虚拟机可能会产生问题.首先,你需要安装集成服务,打开文件共享.这只需要一个简单的PowerShell命令:Enable-VMIntegrationService.但是你必须登录到虚拟机 ...

  6. POJ 2488-A Knight's Journey(DFS)

    A Knight's Journey Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 31702   Accepted: 10 ...

  7. Solr学习笔记-在Tomcat上部署执行Solr

    上一篇我们初识了Solr而且学习了Jetty的启动方式.查看了Solr的管理界面,这一篇我们来实如今Tomcat上部署执行Solr. 部署环境: window7 jdk1.6.0_14 Solr-4. ...

  8. sort函数的例子

    10.11编写程序,使用stable_sort和isShorter将传递给你的elimDups版本的vector排序.打印vector的内容. #include<algorithm> #i ...

  9. php笔记08:数据库编程---使用php的MySQL扩展库操作MySQL数据库

    1.使用php的MySQL扩展库操作MySQL数据库: php有3种方式操作MySQL数据库 (1)mysql扩展库 (2)mysqli扩展库 (3)pdo     mysql扩展库与mysql数据库 ...

  10. XCode模拟器屏幕显示内容非常慢

    今天遇到了一个问题,就是XCode模拟器屏幕显示的非常慢,但是点击一下模拟器,内容就会马上显示出来,最后查找出问题是自己不注意把刷新UI界面的代码放到了异步线程中去执行了,刷新UI界面的代码放到主线程 ...