This is an old revision of the document!


Server installation

This page describes how to perform a new installation of Lime CRM Server. For performing an upgrade, please refer to the upgrade page instead.

Before beginning the installation, make sure to carefully read and act on the below information.

Prepare the Windows server environment by installing the Microsoft .NET 4.0 Framework, if not already installed. This is not needed on Windows Server 2012 or later.

Python 3.7 is required from version 12.51

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.

Instructions for how to install Python 3.7.3 is found here.

The installer asks for:

  • A dedicated service user to run Lime CRM Server services. This can be a local or AD user. The user must be the database owner of all Lime CRM related SQL Server databases and if databases are to be created using LISA, the user also needs SQL Server create database permissions.
  • A local or AD group to contain all users allowed to access LISA, for example Lime CRM Admins.

By default, Lime CRM Server listens for incoming connections on the standard https port, 443 (tcp), which may be changed during installation. Lime CRM Desktop Client and Lime CRM Web Client use the same port to connect to Lime CRM Server. Firewalls must be configured to allow incoming traffic on the selected port on the machine where Lime CRM Server is installed. The Lime CRM Desktop Client communicates with Lime CRM Server using TLS 1.2.

If access to Lime CRM Server over the public Internet is desirable, using a reverse proxy and/or placing the machine hosting Lime CRM Server in a DMZ may be a good solution.

The installer asks for an HTTPS certificate to use for Lime CRM Server. There are two options available:

  • 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.

Lime CRM Server is distributed as a single installer application named limepro-server-<version>.exe. Perform the installation by launching the installer and following the on-screen instructions.

Note!

To enable single sign on, additional configuration is required.

During the installation, the following programs and services will be installed:

Lime services:

  • Lime CRM Server
  • Lime CRM Importer
  • Lime CRM Search Indexer
  • Lime CRM Scheduler
  • Lime CRM event handler
  • LDC
  • LISA

Programs/services installed and used by lime:

  • Erlang
  • RabbitMq
  • Sql Native Client
  • Elastic Search
  • Nginx
  • vcredist_x86.exe

For developing and deploying modern customization using Python, you will need to create a solution. Instructions on how to do that is found https://prime.lime.tech/products/limecrm/moderncustomizations/installing.

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