Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.01 KB

system-requirements.md

File metadata and controls

22 lines (14 loc) · 1.01 KB

System Requirements

There are two main ways of installing Leantime, which are given below:

  • Pacakge based installation requires a Linux Distribution, preferably Ubuntu 20.04+.
  • Docker-based installation requires a system with Docker installed and docker-compose.

Leantime can be installed on a variety of configurations. Here is a list of minimum requirements that have been tested and proven to work.

  • Runtime: PHP 8.0 and up
  • Webserver: Apache with mod_rewrite or Nginx
  • Database: MySQL 5.7+ along with necessary credentials (Username, Password, Host Information)

PHP Extensions needed

  • Required: MySQL, mbstring
  • Optional: Curl (for Integrations), gd, imagick, xml (for 2FA QR code generation), ldap

Other considerations

  • The Leantime folder should be writeable by the server user (usually apache or www-data)
  • Strict mode is currently not supported