Go to file
FusionPBX cfcb9c8e43 Update README.md 2016-04-30 17:19:57 -06:00
debian Add a shell install script. 2016-04-29 13:24:22 -06:00
README.md Update README.md 2016-04-30 17:19:57 -06:00

README.md

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

At the end of the install it will instruct you to go to the ip address of the server in your web browser to finish the install. It will also provide a random database password for you to use during the web based phase of the install. The install script builds the fusionpbx database so you will not need to use the create database username and password on the last page of the web based install.

After you have completed the install you can login with the username and password you chose during the install. After you login go to them menu then Advanced -> Upgrade select the checkbox for App defaults. Then go to Status -> SIP Status and start the SIP profiles.

For additional information to get started go to http://docs.fusionpbx.com/en/latest/getting_started.html