forked from norman/fusionpbx-install.sh-github-mirror
59c4f4473e2e99c9fe5808e819d76de9eab474ff
Adding IPtables DSCP QoS tagging - Thanks Brian K West for this suggestion.
FusionPBX Install
A quick install guide for a FusionPBX install. It is recommended to start the install on a minimal install.
Debian
Debian is the preferred operating system by the FreeSWITCH developers. It supports the latest video dependencies. If you want to do video mixing use Debian.
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/pre-install.sh | sh
cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
CentOS
This is the operating system is a requirement for some companies. This install may new and may need additional work.
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/pre-install.sh | sh
cd /usr/src/fusionpbx-install.sh/centos && ./install.sh
Description
this is the internal repo for the fusionpbx installer, the repo it's forked from is a mirror to github to pull in external changes.
Languages
Shell
89.4%
PowerShell
8.2%
PHP
2.4%