centos安装elastix2.4

前端之家收集整理的这篇文章主要介绍了centos安装elastix2.4前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

elastix已被3cx收购,因此旧版本已不再更新维护。

从以下地址下载安装包: https://sourceforge.net/projects/elastix/files/Elastix%20PBX%20Appliance%20Software/2.4.0/

下载后,将iso文件装载到系统中以获取文件

/mnt/elastix
mount -o loop Elastix-2.4.0-Stable-x86_64-bin-04feb2013.iso /mnt/elastix

接着安装yum源

mkdir /etc/yum.repos.d/bak
mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/bak/
vim elastix.repo

在repo文件中写入以下内容
[base]
name=RedHat
baseurl=file:///mnt/elastix
enabled=1
gpgcheck=0
gpgkey=file:///mnt/elastix/RPM-GPG-KEY-CentOS-5
测试并更新
yum clean all
yum update
yum install elastix*

安装完成后,重启服务器

启动后,运行一下指令以初始化数据库和admin的密码

/etc/rc3.d/S66elastix-firstboot start

设置完成再重启一次

然后在网页端访问http://xxx.xxx.xxx.xxx,登录后就可在WEB页操作

原文链接:https://www.f2er.com/centos/377482.html

猜你在找的CentOS相关文章