Browse Source

Update quick_install.rst

Len 8 năm trước cách đây
mục cha
commit
954bca6298
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      source/getting_started/quick_install.rst

+ 4 - 4
source/getting_started/quick_install.rst

@@ -11,12 +11,11 @@ Quick Install Video https://youtu.be/YmIht8hEHYU
 |
 
 Welcome to the FUSIONPBX getting started guide.  In this section we will show how to install FUSIONPBX.  FUSIONPBX can be used on multiple different operating systems, databases, and web servers.  In this guide we will show on Debian 8 (Jessie), Postgresql and NGINX.  **Please note to have a clean install.  The install script will install everything but the Operating System**
-    
+
+The install has been optimized to be simple to use and quick to install. On many systems it will install in 5 minutes or less.  Installation times depends on CPU, RAM and bandwidth to the internet.
     
 **1.** This install script is designed to be a fast, simple, and modular way to install FusionPBX. Start with a minimal install of Debian 8 with SSH enabled. Run the following commands under root. The script installs FusionPBX, FreeSWITCH release package and its dependencies, IPTables, Fail2ban, NGINX, PHP FPM and PostgreSQL.
 
-Also, be sure to watch the youtube video from FreeSWITCH Cluecon Weekly https://www.youtube.com/embed/kejAxlYSW3o FusionPBX is installed and more!
-
 Paste the following commands in the console window **one line at a time**.
 
 ::
@@ -33,7 +32,6 @@ Paste the following commands in the console window **one line at a time**.
 
 **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 password for you to use. This can be changed after you login. The install script builds the fusionpbx database. If you need the database password it is located in /etc/fusionpbx/config.php .
 
-*The new install has been optimized to be simple to use and quick to install. On many systems it will install in 5 minutes or less.  Installation times depends on CPU, RAM and bandwidth to the internet.)  
 
 ::
 
@@ -80,3 +78,5 @@ Paste the following commands in the console window **one line at a time**.
   go to advanced -> default settings >  menu_style >  set to inline
 
 
+
+Also, be sure to watch the youtube video from FreeSWITCH Cluecon Weekly https://www.youtube.com/embed/kejAxlYSW3o FusionPBX is installed and more!