From cfcb9c8e43b0af63a5a17575650ae538d9977d42 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 30 Apr 2016 17:19:57 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cd5006d..000e4ab 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,11 @@ chmod 755 -R /usr/src/fusionpbx-install.sh cd /usr/src/fusionpbx-install.sh/debian ./install.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. + +After you have completed the install you can login with the username and password you chose during the install. After you login go to them menu then Advanced -> Upgrade select the checkbox for App defaults. Then go to Status -> SIP Status and start the SIP profiles. + +For additional information to get started go to http://docs.fusionpbx.com/en/latest/getting_started.html + +