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
installation:server-installation [2019-11-26 06:09]
Magnus Fagerlund
installation:server-installation [2023-05-15 15:38] (current)
Anders Edqvist
Line 6: Line 6:
  
 ==== Required software ==== ==== Required software ====
-Prepare the Windows server environment by installing the Microsoft .NET 4.0 Framework, if not already installedThis is not needed on Windows Server 2012 or later.+Prepare the Windows server environment by installing the Microsoft .NET 4.7.2 Framework or later unless its already installed.
  
 <WRAP round info> <WRAP round info>
-**Python 3.is required from version 12.51**+**Python 3.11 is required from version 2023.1 (Hvannadalsnjúkur)**
  
-From version 12.51 and later of Lime CRM Server, Python 3.7.3 needs to be installed prior to installation or upgrade of Lime CRM Server.+From version 2023.and later of Lime CRM Server, Python 3.11 needs to be installed prior to installation or upgrade of Lime CRM Server.
  
-Instructions for how to install Python 3.7.3 is found [[installation:python37|here]].+Instructions for how to install Python 3.11 is found [[installation:python311|here]]. 
 + 
 +</WRAP> 
 + 
 +<WRAP round info> 
 +**Python 3.7 is required from version 12.51 to 2022.3 (Rysy)** 
 + 
 +From version 12.51 and later of Lime CRM Server, Python 3.7 needs to be installed prior to installation or upgrade of Lime CRM Server. 
 + 
 +Instructions for how to install Python 3.7 is found [[installation:python37|here]].
  
 </WRAP> </WRAP>
Line 30: Line 39:
  
 ==== Certificates ==== ==== Certificates ====
-The installer asks for an HTTPS certificate to use for Lime CRM Server. There are two options available: +The installer asks for an HTTPS certificate to use for Lime CRM Server. Use an existing certificate issued by a trusted root certificate authority. The certificate must be located in the Windows Certificate Store (machine store) and have a private key that is marked as exportable. Certificates issued using a CNG cryptography provider (Microsoft specific) are not supported.
- +
-  * Use an existing certificate issued by a trusted root certificate authority. The certificate must be located in the Windows Certificate Store (machine store) and have a private key that is marked as exportable. Certificates issued using a CNG cryptography provider (Microsoft specific) are not supported+
- +
-  * Create a [[https://en.wikipedia.org/wiki/Self-signed_certificate|self-signed certificate]]. Recommended only for testing purposes.+
  
 ===== Installation procedure ===== ===== Installation procedure =====
Line 47: Line 52:
 During the installation, the following programs and services will be installed: During the installation, the following programs and services will be installed:
  
-Lime services:+Lime services (2023.1): 
 +  * Lime CRM Event Handler (lime-event-handler) 
 +  * Lime CRM Import Service 1 (lime-crm-importer-1) 
 +  * Lime CRM Scheduler (limecrm-scheduler) 
 +  * Lime CRM Search Indexer (lime-crm-search-indexer) 
 +  * Lime CRM Server Administration (llab-lisa) 
 +  * Lime CRM Task Scheduler Service (lime-task-scheduler) 
 +  * Lime CRM Task Service 1 (lime-task-handler-1) 
 +  * Lime CRM Webfront (lime-crm-webfront) 
 +  * Lime CRM Webserver (lime-crm-webserver) 
 + 
 +Lime Component Services (2023.1) 
 +  * COM+ Applications -> Lundalogik Data Components 
 + 
 +Lime services (<=2022.3):
   * Lime CRM Server   * Lime CRM Server
-  * Lime CRM Importer+  * Lime CRM Import Service
   * Lime CRM Search Indexer   * Lime CRM Search Indexer
   * Lime CRM Scheduler   * Lime CRM Scheduler
-  * Lime CRM event handler+  * Lime CRM Event Handler 
 +  * Lime Task Scheduler Service 
 +  * Lime Task Service
   * LDC   * LDC
   * LISA   * LISA
Line 65: Line 86:
  
 ===== Python customizations ===== ===== Python customizations =====
-For developing and deploying modern customization using Python, you will need to create a ''solution''Instructions on how to do that is found [[here|https://prime.lime.tech/products/limecrm/moderncustomizations/installing]].+For developing and deploying modern customization using Python, you will need to create a ''solution''For more on solutions, see the [[https://platform.docs.lime-crm.com/en/latest/getting-started/concepts/?h=solution#solution|Platform Documentation]].
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
 The installation will generate log files in ''%userprofile%\AppData\Local\Temp''. These are named ''limepro_install_<timestamp>.txt'' for the main installation, and ''<component>.msi.install.txt'' for the installation of related components. The installation will generate log files in ''%userprofile%\AppData\Local\Temp''. These are named ''limepro_install_<timestamp>.txt'' for the main installation, and ''<component>.msi.install.txt'' for the installation of related components.
  • Last modified: 4 years ago
  • by Magnus Fagerlund