|
@@ -1,12 +1,11 @@
|
|
|
|
|
|
FusionPBX Install
|
|
FusionPBX Install
|
|
--------------------------------------
|
|
--------------------------------------
|
|
-A quick install guide for a FusionPBX install. It is recommended to start the install on a minimal install.
|
|
|
|
|
|
+A quick install guide for a FusionPBX install. It is recommended to start the install on a minimal install of the operating system.
|
|
|
|
|
|
|
|
|
|
### Debian
|
|
### Debian
|
|
-Debian is the preferred operating system by the FreeSWITCH developers.
|
|
|
|
-It supports the latest video dependencies. If you want to do video mixing use Debian.
|
|
|
|
|
|
+Debian 8 is the preferred operating system by the FreeSWITCH developers. It supports the latest video dependencies. If you want to do video mixing use Debian. Download Debian 8 Jessie from here https://cdimage.debian.org/cdimage/archive/
|
|
|
|
|
|
```sh
|
|
```sh
|
|
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh
|
|
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh
|
|
@@ -50,4 +49,4 @@ Set-Location "$env:PUBLIC\Downloads"
|
|
Invoke-WebRequest https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/windows/install.ps1 -OutFile install.ps1
|
|
Invoke-WebRequest https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/windows/install.ps1 -OutFile install.ps1
|
|
#run the script
|
|
#run the script
|
|
.\install.ps1
|
|
.\install.ps1
|
|
-```
|
|
|
|
|
|
+```
|