forked from norman/fusionpbx-install.sh-github-mirror
Update install.sh
This commit is contained in:
10
debian/install.sh
vendored
10
debian/install.sh
vendored
@@ -91,6 +91,9 @@ apt-get upgrade && apt-get update -y --force-yes
|
|||||||
#IPTables
|
#IPTables
|
||||||
resources/iptables.sh
|
resources/iptables.sh
|
||||||
|
|
||||||
|
#FusionPBX
|
||||||
|
resources/fusionpbx.sh
|
||||||
|
|
||||||
#NGINX web server
|
#NGINX web server
|
||||||
resources/nginx.sh
|
resources/nginx.sh
|
||||||
|
|
||||||
@@ -149,14 +152,11 @@ resources/postgres.sh
|
|||||||
#set the ip address
|
#set the ip address
|
||||||
server_address=$(hostname -I)
|
server_address=$(hostname -I)
|
||||||
|
|
||||||
#FusionPBX
|
|
||||||
resources/fusionpbx.sh
|
|
||||||
|
|
||||||
#restart services
|
#restart services
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl try-restart freeswitch
|
|
||||||
systemctl restart php5-fpm
|
systemctl restart php5-fpm
|
||||||
systemctl restart nginx
|
systemctl restart nginx
|
||||||
systemctl restart fail2ban
|
systemctl restart fail2ban
|
||||||
|
|
||||||
|
#add the database schema, user and groups
|
||||||
|
resources/finish.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user