Actions

Translations

Translations:Installation - LimeSurvey CE/9/en

From LimeSurvey Manual

Revision as of 11:57, 4 May 2021 by FuzzyBot (talk | contribs) (Importing a new version from external source)

The minimum set of requirements:

  • Minimum 250 MB disk space.
  • MySQL 5.5.3 or later OR Microsoft SQL Server 2005 or later OR Postgres 9 or later.
  • Minimum PHP 7.0 up to PHP 7.4 (PHP 8 is not yet supported, but work is ongoing); however, we recommend PHP 7.4 with the following modules/libraries enabled:
    • mbstring (Multibyte String Functions) extension library.
    • PDO database driver for MySQL (pdo_mysql or pdo_mysqli) or Postgres (pdo_pgsql) or MSSQL (pdo_sqlsrv for Windows and pdo_dblib for Linux).
    • Also, we assume in general that all PHP default libraries are enabled
      • hash
      • session
      • openssl or mcrypt
      • fileinfo
      • etc …