2016-04-30 17:11:22 -06:00
2016-04-29 13:24:22 -06:00
2016-04-30 17:11:22 -06:00

fusionpbx-install.sh

Debian 8

This install script that has been designed to be a fast, simple, modular and easy way to to install FusionPBX. Run this script under root. The script is to the point it begins immediatly. It installs FusionPBX, FreeSWITCH release package and its dependencies, IPTables, Fail2ban, NGINX, PHP FPM, and PostgresQL.

apt-get install -y git
git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
chmod 755 -R /usr/src/fusionpbx-install.sh
cd /usr/src/fusionpbx-install.sh/debian
./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.
Readme 15 MiB
Languages
Shell 89.4%
PowerShell 8.2%
PHP 2.4%