当前位置:网站首页>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
------------------------------------------------
边栏推荐
- [to]12 common IP commands in the iproute installation package
- Building a stand-alone version of Nacos series
- Shardingsphere JDBC exception: no table route info
- Leetcode- key formatting - simple
- Sentinel series introduction to service flow restriction
- [spark]spark introductory practical series_ 8_ Spark_ Mllib (upper)__ Introduction to machine learning and sparkmllib
- Leetcode- longest palindrome string - simple
- MongoDB 多字段聚合Group by
- Getclassloader() returns null, getclassloader() gets null
- Missing tag identification in cots RFID systems: bringing the gap between theory and Practice
猜你喜欢
Config server configuration center of Nacos series
[spark]spark introductory practical series_ 8_ Spark_ Mllib (lower)__ Machine learning library sparkmllib practice
The reason why the process cannot be shut down after a spark job is executed and the solution
Quartz database storage
零拷贝技术
3. Postman easy to use
18 flowable task manualtask and receivetask
12 error end event and terminateendevent of end event
20 flowable container (event sub process, things, sub process, pool and pool)
10 signalstartevent and signalcatchingevent of flowable signal events
随机推荐
A simple recursion problem of linked list
Leetcode- intersection of two arrays - simple
Leetcode- first unique character in string - simple
[to]12 common IP commands in the iproute installation package
Exception after repeated application redeployment on tongweb: application instance has been stopped already or outofmemoryerror:metaspace
SPI primary key generation strategy for shardingsphere JDBC
powershell优化之一:提示符美化
Software testing - Summary of common interface problems
Leetcode- reverse vowels in string - simple
Etcd fast cluster building
Tongweb crawl performance log script
[compilation and assembly link] coff file and structure description
Tongweb adapts to openrasp
Compilation croisée helloworld avec cmake
Leetcode planting flowers - simple
Parallelgateway and exclusivegateway of 14 gateways
12 error end event and terminateendevent of end event
Leetcode- distribute cookies - simple
After MySQL is installed, enter the "net start MySQL" command, and an error is reported that "net" is neither an internal or external command nor a runnable program
Leetcode- keyboard line - simple