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 #========================= # FusionPBX Settings domain_name=fusion01-pkg.XXX.com # hostname, ip_address or a custom value system_username=superadmin # default username admin system_password=CiaoCiaoCiao1! # random or a custom value system_branch=master # master, stable # FreeSWITCH Settings switch_branch=stable # master, stable switch_source=false # true or false switch_package=true # true or false switch_version=1.10.1 # only for source switch_tls=true # true or false # Database Settings database_password=CiaoCiaoCiao1! # random or a custom value (safe characters A-Z, a-z, 0-9) database_repo=official # PostgreSQL official, system, 2ndquadrant database_version=latest # requires repo official database_host=127.0.0.1 # hostname or IP address database_port=5432 # port number database_backup=false # true or false # General Settings php_version=7.1 # PHP version 5.6 or 7.0, 7.1, 7.2 letsencrypt_folder=true # true or false #========================= ./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