From ce124663f679152aa3f745a4fe3b7c73f2f3df5e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 6 May 2016 15:39:11 -0600 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e58ea4..d0edf8b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,14 @@ cd /usr/src/fusionpbx-install.sh/debian 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, after this, go to Advanced -> Modules and find the module Memcached and click start. +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. + +```bash +systemctl daemon-reload +systemctl restart freeswitch +``` + +Then go to Status -> SIP Status and start the SIP profiles, after this, go to Advanced -> Modules and find the module Memcached and click start. For additional information to get started go to http://docs.fusionpbx.com/en/latest/getting_started.html