Actions

Translations

Installation - LimeSurvey CE/9/es: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* Por lo menos 80 MB libres en disco duro
El conjunto mínimo de requisitos para '''LimeSurvey 6.x''':
* Uno de: MySQL 4.1.0 o posterior, Microsoft SQL Server 2005 o posterior, PostgreSQL 8.1 o posterior
* Espacio mínimo en disco de 250 MB.
* PHP 5.3 o posterior con los siguientes módulos habilitados:
* MariaDB 10.3.38 o posterior '''O''' MySQL 8 o posterior '' 'O''' Microsoft SQL Server 2008 o posterior '''O''' Postgres 12 o posterior.
** Biblioteca mbstring (Multibyte String Functions) (véase también [[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|Preguntas frecuentes sobre instalación]])
* Requisitos de la versión PHP:
** Driver PDO para MySQL (pdo_mysql o pdo_mysqli) o PostgreSQL (pdo_pgsql) o MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] para Windows y [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] para Linux)
** LS 6.x de PHP 7.4.x a 8.x
** Adicionalmente se asume que las bibliotecas principales de PHP están habilitadas (como hash, session, etc.)
** LS 5.x de PHP 7.2.5 a 8.0.x
** LS 3.x de PHP 5.5.9 a 7.4.x
* La configuración `short_open_tag` de php.ini debe establecerse en `ON`
* Los siguientes módulos/bibliotecas PHP deben estar habilitados:
** [[Preguntas frecuentes sobre la instalación#Página de requisitos#¿Qué es la biblioteca mbstring (Funciones de cadena multibyte)|mbstring (Funciones de cadena multibyte)]] extensión biblioteca.
** Controlador de base de datos PDO para MySQL (pdo_mysql o pdo_mysqli) o Postgres (pdo_pgsql) o MSSQL ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] para Windows y [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] para Linux).
** Además, asumimos en general que todas las bibliotecas predeterminadas de PHP están habilitadas  
*** hash
*** sesión
*** openssl o mcrypt
*** fileinfo
*** SimpleXML
*** etc…

Latest revision as of 07:58, 9 January 2024

Message definition (Installation - LimeSurvey CE)
The minimum set of requirements for '''LimeSurvey 6.x''':
* Minimum 250 MB disk space.
* MariaDB 10.3.38 or later '''OR''' MySQL 8 or later '''OR''' Microsoft SQL Server 2008 or later '''OR''' Postgres 12 or later.
* PHP version requirements: 
** LS 6.x from PHP 7.4.x to 8.x
** LS 5.x from PHP 7.2.5 to 8.0.x 
** LS 3.x from PHP 5.5.9 to 7.4.x
* php.ini `short_open_tag` setting should be set to `ON`
* The following PHP modules/libraries should be enabled:
** [[Installation FAQ#Requirements page#What is the mbstring (Multibyte String Functions) library|mbstring (Multibyte String Functions)]] extension library.
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli) or Postgres (pdo_pgsql) or MSSQL ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] for Windows and [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] for Linux).
** Also, we assume in general that all PHP default libraries are enabled 
*** hash
*** session
*** openssl or mcrypt
*** fileinfo
*** SimpleXML
*** etc …

El conjunto mínimo de requisitos para LimeSurvey 6.x:

  • Espacio mínimo en disco de 250 MB.
  • MariaDB 10.3.38 o posterior O' MySQL 8 o posterior 'O Microsoft SQL Server 2008 o posterior O Postgres 12 o posterior.
  • Requisitos de la versión PHP:
    • LS 6.x de PHP 7.4.x a 8.x
    • LS 5.x de PHP 7.2.5 a 8.0.x
    • LS 3.x de PHP 5.5.9 a 7.4.x
  • La configuración `short_open_tag` de php.ini debe establecerse en `ON`
  • Los siguientes módulos/bibliotecas PHP deben estar habilitados:
    • mbstring (Funciones de cadena multibyte) extensión biblioteca.
    • Controlador de base de datos PDO para MySQL (pdo_mysql o pdo_mysqli) o Postgres (pdo_pgsql) o MSSQL (pdo_sqlsrv para Windows y pdo_dblib para Linux).
    • Además, asumimos en general que todas las bibliotecas predeterminadas de PHP están habilitadas
      • hash
      • sesión
      • openssl o mcrypt
      • fileinfo
      • SimpleXML
      • etc…