forked from norman/fusionpbx-install.sh-github-mirror
Enhance Add bootstrap installer (#16)
Added bootstrap installer to help simplify the install Checks for root Checks what OS (in a way that can be expanded) If > Debian 8 - Install Git - Fetch the rest of the installer - Start the Install passing though command line options
This commit is contained in:
@@ -4,12 +4,7 @@ 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.
|
||||
|
||||
```bash
|
||||
apt-get update && apt-get upgrade && apt-get install -y ca-certificates git
|
||||
cd /usr/src
|
||||
git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
|
||||
chmod 755 -R /usr/src/fusionpbx-install.sh
|
||||
cd /usr/src/fusionpbx-install.sh/debian
|
||||
./install.sh
|
||||
wget https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/install-linux.sh -O install-linux.sh && bash install-linux.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.
|
||||
|
||||
Reference in New Issue
Block a user