プロジェクト

全般

プロフィール

Task(タスク) #4025

isao sanoほぼ7年前に更新

h2. 概要

OpenPNE3_Setup_Guide.txt の動作環境を更新する

h2. 追加する文言

h3. 日本語

<pre>
動作環境
Webサーバ
Apache
* mod_rewrite を使用可能
PHP
PHP 5.2.11 以降 (PHP 5.2.11 未満で動作させる場合は libxml 2.9 以降と一緒に PHP をビルドしてください)
* PHP の mbstring 拡張モジュールを使用可能
* PHP の XML 拡張モジュールを使用可能
* PHP の PCRE 拡張モジュールを使用可能 (UTF-8 サポート)
* PHP の PDO 拡張モジュールを使用可能 (利用する DBMS のドライバも含む)
* PHP の JSON 拡張モジュールを使用可能
* PHP から GD ライブラリを使用可能 (JPEG/GIF/PNG サポート)
* PHP の exif 拡張モジュールを使用可能
* PHP の mcrypt 拡張モジュールの使用を推奨
* PHP の APC 拡張モジュールの使用を推奨
データベースサーバ
MySQL 4.1 以降(5.1 以降を推奨)

PostgreSQL, SQLite は現時点で未サポート(将来的にサポート予定)

推奨環境
OS
Debian 8 (jessie)
Webサーバ
Apache 2.4.10 以降 (Debian 8 安定版 (stable) ディストリビューションのパッケージ に含まれているバージョン)
* mod_rewrite を使用可能
PHP
PHP 7 以降 (Debian 8 安定版 (stable) ディストリビューションのパッケージ に含まれているバージョン)
* PHP の mbstring 拡張モジュールを使用可能
* PHP の XML 拡張モジュールを使用可能
* PHP の PCRE 拡張モジュールを使用可能 (UTF-8 サポート)
* PHP の PDO 拡張モジュールを使用可能 (利用する DBMS のドライバも含む)
* PHP の JSON 拡張モジュールを使用可能
* PHP から GD ライブラリを使用可能 (JPEG/GIF/PNG サポート)
* PHP の exif 拡張モジュールを使用可能
* PHP の mcrypt 拡張モジュールの使用を推奨
* PHP の APCu 拡張モジュールの使用を推奨
データベースサーバ
MySQL 5.5.53 以降 (Debian 8 安定版 (stable) ディストリビューションのパッケージ に含まれているバージョン)

PostgreSQL, SQLite は現時点で未サポート(将来的にサポート予定)


OpenPNE3 は以下のような環境での動作をサポートしています。

サポート対象 クライアント
OS
Windows
* Microsoft のサポート期間内であるもの
Mac OS (もしくは OS X)
* 最新版とその 2 バージョン前
Android
* 最新版とその 2 バージョン前
iOS
* 最新版とその 2 バージョン前
ブラウザ
Internet Explorer (互換モードは無効の状態)
* Microsoft のサポート期間内であるもの
Microsoft Edge
* Microsoft のサポート期間内であるもの
Firefox
* 最新版
Google Chrome
* 最新版
Safari
* 最新版
サポート対象 サーバー
OS
Debian
* Debian 8
</pre>

h3. 英語

<pre>
MINIMUM REQUIREMENTS
Web Server
Apache
* The "mod_rewrite" module is available
PHP
PHP version 5.2.11 or later (if you want to use with earlier than PHP 5.2.11, you should build PHP with libxml 2.9+)
* The "mbstring" module is available
* The "xml" module is available
* The "PCRE" module is available (That must be support UTF-8)
* The "PDO" module is available (containing DBMS drivers that you want to use)
* The "JSON" module is available
* The GD library is available from PHP (That must be support JPEG, GIF and PNG)
* The "exif" module is available
* The "mcrypt" module recommendation
* The "APC" module recommendation
Database Server
MySQL 4.1 or later (5.1 or greater recommended)

At this time, PostgreSQL and SQLite are not supported (They will be supported in the future)

RECOMMENDED SPECS
OS
Debian 8 (jessie)
Web Server RECOMMENDED SPECS
Apache version 2.4.10 or later (the version in the Debian 8 stable distribution)
* The "mod_rewrite" module is available
PHP
PHP version 7 or later (the version in the Debian 8 stable distribution)
* The "mbstring" module is available
* The "xml" module is available
* The "PCRE" module is available (That must be support UTF-8)
* The "PDO" module is available (containing DBMS drivers that you want to use)
* The "JSON" module is available
* The GD library is available from PHP (That must be support JPEG, GIF and PNG)
* The "exif" module is available
* The "mcrypt" module recommendation
* The "APCu" module recommendation
Database Server
MySQL 5.5.53 or later (the version in the Debian 8 stable distribution)

At this time, PostgreSQL and SQLite are not supported (They will be supported in the future)


OpenPNE 3 supported under the following environment.

Supported Client
OS
Windows
* Those that are within the support period of Microsoft
Mac OS (or OS X)
* (Current - 2) and Current
Android
* (Current - 2) and Current
iOS
* (Current - 2) and Current
Web browsers
Internet Explorer(Compatibility mode is invalid)
* Those that are within the support period of Microsoft
Microsoft Edge
* Those that are within the support period of Microsoft
Firefox
* Current
Google Chrome
* Current
Safari
* Current
Supported Server
OS
Debian
* Debian 8
</pre>

英語での表記は
https://jquery.com/browser-support/
を参考にしました。

戻る