Skip to content

Install on FusionPBX

agree edited this page May 14, 2020 · 4 revisions

wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh;

cd /usr/src/fusionpbx-install.sh/debian

vi resources/config.sh

./install.sh

cd /usr/src/fusionpbx-install.sh/debian/resources/ && ./letsencrypt.sh

cat /etc/dehydrated/certs/fusion01-pkg.XXX.it/fullchain.pem /etc/dehydrated/certs/fusion01-pkg.XXX.it/privkey.pem > /etc/freeswitch/tls/wss.pem

cd /var/www/fusionpbx/app git clone https://github.com/gmaruzz/saraphone.git chown -R www-data:www-data saraphone

Then, continue from README.md

Clone this wiki locally