Actions

Translations

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

From LimeSurvey Manual

No edit summary
No edit summary
Line 1: Line 1:
'''LimeSurvey 6.x'''の動作要件:
'''LimeSurvey 6.x'''の最小要件 :
* 250MB以上のディスクスペース。
* 250MB 以上のディスク領域。
* MariaDB 10.3.38以上'''または'''MySQL 8以上'''または'''Microsoft SQL Server 2008以上'''または'''Postgres 12以上
* MariaDB 10.3.38 以降'''または'''MySQL 8 以降'''または'''Microsoft SQL Server 2008 以降'''または'''Postgres 12 移行。
* PHPのバージョン要件:
* PHP バージョン :
** LS 6.xでは、PHP 7.4.xから8.1.x
** LS 6.x…PHP 7.4.x ~ 8.1.x
** LS 5.Xでは、PHP7.2.5から8.0.x
** LS 5.X…PHP7.2.5 ~ 8.0.x
** LS 3.Xでは、PHP5.5.9から7.4.x
** LS 3.X…PHP5.5.9 ~ 7.4.x
* php.ini `short_open_tag` 設定を`ON`にすること
* php.ini `short_open_tag` 設定を`ON`
* 以下のPHPモジュール/ライブラリーを有効にすること
* 以下のPHPモジュール/ライブラリーが有効
** [[Installation FAQ/ja#Requirements page#What is the mbstring (Multibyte String Functions) library|mbstring (マルチバイト文字機能)]]拡張ライブラリー
** [[Installation FAQ/ja#Requirements page#What is the mbstring (Multibyte String Functions) library|mbstring(マルチバイト文字列機能)]]拡張モジュール
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli)、またはPostgres (pdo_pgsql)、またはMSSQL ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] for Windowsと[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] for Linux)。
** PDO データベースドライバー(以下のいずれか)
** 上記に加え、PHPのデフォルトライブラリーが利用できること(hash、sessionなど)
*** MySQL 用(pdo_mysql または pdo_mysqli)
*** Postgres 用 (pdo_pgsql)
*** Microsoft SQLServer 用 ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] for Windows か [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] for Linux)。
** また、以下の PHP デフォルトライブラリーが有効
*** hash
*** hash
*** session
*** session
Line 16: Line 19:
*** fileinfo
*** fileinfo
*** SimpleXML
*** SimpleXML
*** etc …
*** など…

Revision as of 04:13, 9 November 2023

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 …

LimeSurvey 6.xの最小要件 :

  • 250MB 以上のディスク領域。
  • MariaDB 10.3.38 以降またはMySQL 8 以降またはMicrosoft SQL Server 2008 以降またはPostgres 12 移行。
  • PHP バージョン :
    • LS 6.x…PHP 7.4.x ~ 8.1.x
    • LS 5.X…PHP7.2.5 ~ 8.0.x
    • LS 3.X…PHP5.5.9 ~ 7.4.x
  • php.ini `short_open_tag` 設定を`ON`に
  • 以下のPHPモジュール/ライブラリーが有効
    • mbstring(マルチバイト文字列機能)拡張モジュール
    • PDO データベースドライバー(以下のいずれか)
      • MySQL 用(pdo_mysql または pdo_mysqli)
      • Postgres 用 (pdo_pgsql)
      • Microsoft SQLServer 用 (pdo_sqlsrv for Windows か pdo_dblib for Linux)。
    • また、以下の PHP デフォルトライブラリーが有効
      • hash
      • session
      • openssl または mcrypt
      • fileinfo
      • SimpleXML
      • など…