forked from norman/fusionpbx-install.sh-github-mirror
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -1 +1,12 @@
|
|||||||
# fusionpbx-install.sh
|
# fusionpbx-install.sh
|
||||||
|
|
||||||
|
Debian 8
|
||||||
|
This install script that has been designed to be a fast, simple, modular and easy to to install FusionPBX.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apt-get install -y git
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user