Actions

Translations

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

From LimeSurvey Manual

No edit summary
No edit summary
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
動作要件:
'''LimeSurvey 6.x''' の最小要件セット :
* 250MB以上のディスクスペース。
* 最小 250 MB のディスク空き容量。
* MySQL 5.5.3以上、'''または'''Microsoft SQL Server 2005以上、'''または''' Postgres 9以上。
* MariaDB 10.3.38 以降、MySQL 8 以降、Microsoft SQL Server 2008 以降、Postgres 12 以降のいずれか。
* PHP 7以上。ただし、以下のモジュール/ライブラリ付きのPHP 7.0.0+を推奨。
* PHP バージョン要件:
** [[Installation FAQ/ja#Requirements page#What is the mbstring (Multibyte String Functions) library|mbstring (マルチバイト文字機能)]]拡張ライブラリー
** LS 6.x (PHP 7.4.x から 8.x まで)
** 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)
** LS 5.x (PHP 7.2.5 から 8.0.x まで)
** 上記に加え、PHPのデフォルトライブラリーが利用できること(hash、sessionなど)
** LS 3.x (PHP 5.5.9 から 7.4.x まで)
* php.ini の`short_open_tag` は `ON` に。
* 次の PHP モジュール/ライブラリを有効に :
** [[インストール FAQ#要件ページ#mbstring (マルチバイト文字列関数) ライブラリとは|mbstring (マルチバイト文字列関数)]] 拡張機能library.
** PDO データベース ドライバー。MySQL (pdo_mysql または pdo_mysqli) 、Postgres (pdo_pgsql) 、 MSSQL ( Windows 版 [https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] または Linux 版 [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib]) のいずれか
** また、一般的なすべての PHP デフォルト ライブラリを有効に
*** hash
*** hash
*** session
*** session
*** openssl または mcrypt
*** openssl または mcrypt
*** fileinfo
*** fileinfo
*** etc
*** SimpleXML
*** など

Latest revision as of 23:16, 11 December 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 の最小要件セット :

  • 最小 250 MB のディスク空き容量。
  • MariaDB 10.3.38 以降、MySQL 8 以降、Microsoft SQL Server 2008 以降、Postgres 12 以降のいずれか。
  • PHP バージョン要件:
    • LS 6.x (PHP 7.4.x から 8.x まで)
    • LS 5.x (PHP 7.2.5 から 8.0.x まで)
    • LS 3.x (PHP 5.5.9 から 7.4.x まで)
  • php.ini の`short_open_tag` は `ON` に。
  • 次の PHP モジュール/ライブラリを有効に :
    • mbstring (マルチバイト文字列関数) 拡張機能library.
    • PDO データベース ドライバー。MySQL (pdo_mysql または pdo_mysqli) 、Postgres (pdo_pgsql) 、 MSSQL ( Windows 版 pdo_sqlsrv または Linux 版 pdo_dblib) のいずれか
    • また、一般的なすべての PHP デフォルト ライブラリを有効に
      • hash
      • session
      • openssl または mcrypt
      • fileinfo
      • SimpleXML
      • など …