moved dir

This commit is contained in:
Richard Neese 2016-05-31 20:01:33 -05:00
parent 44bc066a26
commit d372ee7af9
26 changed files with 286 additions and 280 deletions

View File

@ -1,7 +1,9 @@
fusionpbx-install.sh
--------------------------------------
This install script that has been designed to be an fast, simple, and modular way to to install FusionPBX. Start with a minimal install of Debian 8 with SSH enabled. Run the following commands under root. It installs FusionPBX, FreeSWITCH release package and its dependencies, IPTables, Fail2ban, NGINX, PHP FPM, and PostgresQL.
This install script that has been designed to be an fast, simple, and modular way to to install FusionPBX.
Start with a minimal install of Debian 8 with SSH enabled. Run the following commands under root. It installs
FusionPBX, FreeSWITCH release package and its dependencies, IPTables, Fail2ban, NGINX, PHP FPM, and PostgresQL.
```bash
apt-get update && apt-get upgrade && apt-get install -y git
@ -12,9 +14,13 @@ cd /usr/src/fusionpbx-install.sh/debian
./install.sh
```
At the end of the install it will instruct you to go to the ip address of the server in your web browser to finish the install. It will also provide a random database password for you to use during the web based phase of the install. The install script builds the fusionpbx database so you will not need to use the create database username and password on the last page of the web based install.
At the end of the install it will instruct you to go to the ip address of the server in your web browser to finish the install.
It will also provide a random database password for you to use during the web based phase of the install. The install script
builds the fusionpbx database so you will not need to use the create database username and password on the last page of the
web based install.
After you have completed the install you can login with the username and password you chose during the install. After you login go to them menu then Advanced -> Upgrade select the checkbox for App defaults.
After you have completed the install you can login with the username and password you chose during the install. After you login
go to them menu then Advanced -> Upgrade select the checkbox for App defaults.
```bash
systemctl daemon-reload

View File

@ -36,7 +36,7 @@ apt-get -y install ntp
service ntp res
#FreeSWITCH
resources/switch/./package-release.sh
resources/freeswitch/./package-release.sh
#resources/switch/./package-master.sh
#resources/switch/./source-release.sh