Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions source/getting_started/quick_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ Fail2ban, NGINX, PHP-FPM and PostgreSQL.
Start with a **minimal** install of Debian 12 with SSH enabled. Paste
the following commands in the console window **one line at a time**.

```
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh;
```
<br>

```
cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
```
<br>

If using **Debian on Proxmox LXC** containers please run the following
**BEFORE** starting the FusionPBX install.

Expand All @@ -48,6 +38,19 @@ If using **Debian on Proxmox LXC** containers please run the following
```
<br>

Then start install:
<br>

```
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh;
```
<br>

```
cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
```
<br>

**2.** At the end of the install, the script will instruct you to go to
the ip address of the server (or domain name) in your web browser to
login. The script will also provide a username and secure random
Expand Down