From 17bc8ea5dfc8f29f7e833aed9c2d99c4b22234be Mon Sep 17 00:00:00 2001 From: Uma <uma.s@vtiger.com> Date: Thu, 20 Aug 2020 20:27:41 +0530 Subject: [PATCH] Readme doc has been upgraded --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 058157a..c7591f5 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,16 @@ * Enable php cURL extension. * Write permission for webserver (Apache) process owner on writeable folder. -* Vtiger CRM 7.1.0 with CustomerPortal module enabled. +* Vtiger CRM 7.3 with CustomerPortal module enabled. ##Installation -* Copy config.sample.php to config.php -* Update config.php variales - * crm.url — Vtiger CRM URL fully qualified. - * portal.url — URL of this application. -* Make sure crm.url is reachable from this server. \ No newline at end of file +* Download customer portal. +* Unzip into Vtiger CRM source folder. +* Rename vtigercrm-customerportal-x.x.x directory as customerportal. +* In customerportal directory copy config.sample.php to config.php +* Open config.php and now add crm.url as your source and portal.url as there in customerportal settings page. +* Make sure Outgoing server is configured. +* Now create a contact with email id field and enable portal user. +* Mail with credentials will be sent to Contact. + -- GitLab