Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
configuration:webclient [2019-04-16 11:25]
Thu Trang Tran
configuration:webclient [2021-10-26 11:31]
Magnus Fagerlund
Line 4: Line 4:
 ==== On-premise ==== ==== On-premise ====
   - Follow the regular [[installation:server-installation|installation procedure]] for Lime CRM Server.   - Follow the regular [[installation:server-installation|installation procedure]] for Lime CRM Server.
-  - Edit the ''config.ini'' file located in the ''%LIME_HOME_PATH%\LIME Pro Server\Web Server\configs'' (usually ''C:\ProgramData\Lundalogik\LIME Pro Server\Web Server\configs'') directory:+  - Edit the ''config.yml'' file located in the ''%LIME_HOME_PATH%\LIME Pro Server\Web Server\configs'' (usually ''C:\ProgramData\Lundalogik\LIME Pro Server\Web Server\configs'') directory:
     - Add or locate the ''[features]'' section     - Add or locate the ''[features]'' section
-    - Add the following lines to it:<code ini+    - Add the following lines to it:<code yaml
-    [features] +    features: 
-    webclient_login = On</code>+        webclient_login: true</code>
   - Restart Services   - Restart Services
     - Restart Lime CRM Webserver     - Restart Lime CRM Webserver
Line 61: Line 61:
  
 ===== Search indexing ===== ===== Search indexing =====
-To enable the search feature in the web client, a search index must be created for existing data in the application database:+To enable the search feature in the web client, a search index must be created for existing data in the application database. Note that this might slow down the solution for the users, it is recommended to do this after work hours, especially if it is the first time or a big solution:
  
   - Run ''limefu search index <nowiki>--</nowiki>application <LIME application name>''.   - Run ''limefu search index <nowiki>--</nowiki>application <LIME application name>''.
Line 70: Line 70:
 ===== Older versions of Lime CRM ===== ===== Older versions of Lime CRM =====
 For older versions of Lime CRM - please go [[enabling_oldversions|here]] for version specific information in how to enable the web client. For older versions of Lime CRM - please go [[enabling_oldversions|here]] for version specific information in how to enable the web client.
 +
 +
 +----
 +
 +<grid>
 +<col xs="3" md="3">
 +<panel>
 +**Other content**
 +  * [[requirements|Requirements]]
 +  * [[views|Views and index]]
 +  * [[widgets|Widgets]]
 +  * [[other|Other configuration]]
 +  * [[troubleshooting|Troubleshooting]]
 +  * [[configuration:optionqueries|Option queries]]
 +</panel>
 +</col>
 +</grid>
  • Last modified: 3 years ago
  • by Magnus Fagerlund