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
Last revision Both sides next revision
installation:server-installation [2019-06-12 06:54]
Magnus Fagerlund
installation:server-installation [2023-04-25 14:29]
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 Import Service 2 (lime-crm-importer-2) 
 +  * 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 Task Service 2 (lime-task-handler-2) 
 +  * 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 63: Line 86:
   * Nginx   * Nginx
   * vcredist_x86.exe   * vcredist_x86.exe
 +
 +===== Python customizations =====
 +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: 12 months ago
  • by Anders Edqvist