forked from norman/fusionpbx-install.sh-github-mirror
Add a shell install script.
This commit is contained in:
12
debian/resources/fusionpbx.sh
vendored
Normal file
12
debian/resources/fusionpbx.sh
vendored
Normal 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
|
||||
Reference in New Issue
Block a user