当前位置:网站首页>FusionPBX 安装 —— 筑梦之路
FusionPBX 安装 —— 筑梦之路
2022-06-13 05:58:00 【筑梦之路】
官方安装说明:
Debian 9 & 10
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh;
cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
Ubuntu 18.04
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/ubuntu/pre-install.sh | sh;
cd /usr/src/fusionpbx-install.sh/ubuntu && ./install.sh
FreeBSD 10 & 11
pkg install --yes git
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
cd /usr/src/fusionpbx-install.sh/freebsd && ./install.sh
CentOS
yum install wget
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/centos/pre-install.sh | sh
cd /usr/src/fusionpbx-install.sh/centos && ./install.sh
---------------------------------------
https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/centos/pre-install.sh 脚本内容
#!/bin/sh
#install git
yum -y install git
#get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
#change the working directory
cd /usr/src/fusionpbx-install.sh/centos
------------------------------------------------
边栏推荐
- MongoDB 多字段聚合Group by
- Building a stand-alone version of Nacos series
- A fast week
- Tongweb crawl performance log script
- 9. Errorstartevent and errorboundaryevent of error events
- Leetcode- longest continuous increasing sequence - simple
- AUTOSAR实战教程pdf版
- How slow is the application system on tongweb? How dead is it?
- 2021.9.29学习日志-MIME类型
- AUTOSAR actual combat tutorial pdf version
猜你喜欢
[spark]spark introductory practical series_ 8_ Spark_ Mllib (lower)__ Machine learning library sparkmllib practice
Sentinel series integrates Nacos and realizes dynamic flow control
Missing tag identification in cots RFID systems: bringing the gap between theory and Practice
Mongodb multi field aggregation group by
Mongodb Multi - field Aggregation group by
19 calling subprocess (callactivity) of a flowable task
Quartz basic use
MySQL fuzzy query and sorting by matching degree
Concurrent programming -- source code analysis of thread pool
How to view tongweb logs correctly?
随机推荐
2021.9.29学习日志-Restful架构
軟件測試——接口常見問題匯總
Class conflicts caused by tongweb Enterprise Edition and embedded Edition
OpenGL mosaic (VIII)
若依框架=》如何设置导入导出模板全局为文本格式(解决科学计数问题)
Why do so many people hate a-spice
Sentinel series introduction to service flow restriction
= = relation between int and integer
17 servicetask of flowable task
2021.9.29 learning log restful architecture
Explanation of sentinel series' features, composition and deployment
Source code analysis of ArrayList
Leetcode- third largest number - simple
Leetcode- reverse vowels in string - simple
MySQL installation in Linux Environment
【自动化测试】Cypress手册
Leetcode- minimum number of operations to make array elements equal - simple
Hump naming and underlining
ffmpeg 下载后缀为.m3u8的视频文件
Calculate the number of days between two times (supports cross month and cross year)