fusionpbx-install.sh/debian/resources/fusionpbx.sh

13 lines
346 B
Bash
Raw Normal View History

2016-04-29 21:24:22 +02:00
#!/bin/sh
#send a message
echo "Install FusionPBX"
#install dependencies
2016-05-13 23:02:36 +02:00
apt-get install -y --force-yes vim git dbus haveged ssl-cert
2016-04-29 21:24:22 +02:00
apt-get install -y --force-yes ghostscript libtiff5-dev libtiff-tools
#get the source code
git clone https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx
chown -R www-data:www-data /var/www/fusionpbx