Add a shell install script.

This commit is contained in:
markjcrane
2016-04-29 13:24:22 -06:00
parent 322c7c6d38
commit 5988b7ed7d
15 changed files with 572 additions and 0 deletions

12
debian/resources/fusionpbx.sh vendored Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
#send a message
echo "Install FusionPBX"
#install dependencies
apt-get install -y --force-yes vim git dbus haveged
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