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

14 lines
385 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
2016-09-15 22:14:32 +02:00
chmod -R 755 /var/www/fusionpbx/secure