Installation: Difference between revisions

From Customer365 for SageCRM
(Created page with "Installation Guide")
 
No edit summary
Line 1: Line 1:
Installation Guide
Install the WebSite to CustomPages and create a new directory or let the installer create the default Customer365.
Proceed to CRM, and go to Component Manager. Upload the component Customer365.zip which is located in:
...CRM/CRM_Name/CustomPages/WebsiteName/Setup/
Install the component, and select which Menus should appear in Portal. Click "Preview Install" to check for any errors and if no errors occur, click "Install Component".
After that open Web.config located at: ...CRM/CRM_Name/CustomPages/WebsiteName/Web.Config , and edit the following keys to set up the WebSite:
 
<add key="PortalPath" value="http://owneror-d8h3t5q/CRM/custompages/SageCRM/component/"/>
<add key="CRMPath" value="http://owneror-d8h3t5q/CRM/"/>

Revision as of 11:32, 10 August 2017

Install the WebSite to CustomPages and create a new directory or let the installer create the default Customer365. Proceed to CRM, and go to Component Manager. Upload the component Customer365.zip which is located in: ...CRM/CRM_Name/CustomPages/WebsiteName/Setup/ Install the component, and select which Menus should appear in Portal. Click "Preview Install" to check for any errors and if no errors occur, click "Install Component". After that open Web.config located at: ...CRM/CRM_Name/CustomPages/WebsiteName/Web.Config , and edit the following keys to set up the WebSite:

<add key="PortalPath" value="http://owneror-d8h3t5q/CRM/custompages/SageCRM/component/"/> <add key="CRMPath" value="http://owneror-d8h3t5q/CRM/"/>