diff options
author | Bo Peng | 2021-06-15 13:01:39 +0000 |
---|---|---|
committer | Bo Peng | 2021-06-15 13:01:39 +0000 |
commit | a77b877fa63ce55b1af6c89826ef6469ed2d7d6d (patch) | |
tree | 9cc58f6915e1e177914ae182791cb330a4183f56 | |
parent | 2b4014a1b7522b0f50042c33d263545f4c866fa0 (diff) |
Update installation docs.V4_2_0_RPMV4_2_0
-rw-r--r-- | doc/en/install.html | 7 | ||||
-rw-r--r-- | doc/ja/install.html | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/en/install.html b/doc/en/install.html index 82f55c4..1543d1d 100644 --- a/doc/en/install.html +++ b/doc/en/install.html @@ -33,7 +33,7 @@ The following software is at least installed in the server that operates pgpool <ul> <li>HTTP Server(Apache)</li> - <li>PHP4.4.2 and higher</li> + <li>PHP 5.6.0 and higher</li> <li>pgpool</li> </ul> Before starting the install, be sure to have: @@ -341,16 +341,17 @@ It accesses install/phpinfo.php from Web a browser. It is confirmed that the fun </li> </li> <li> -The writing right of access is set to the "templates_c" directory in the progressing directory and the "conf/pgmgt.conf.php" file. +Create "templates_c" directory and set permissions to this directory. <div id="cmd_window"><table> <tr><td class="cmd_window">cd /var/www/html/admin-tool</td></tr> +<tr><td class="cmd_window">mkdir templates_c</td></tr> <tr><td class="cmd_window">chmod 777 templates_c</td></tr> </table> </div> </li> <li> -The writing authority to pgmgt.conf.php is set to apache process user. +Give apache process user read and write permissions to "conf/pgmgt.conf.php". <div id="cmd_window"><table> <tr><td class="cmd_window">cd /var/www/html/admin-tool/conf</td></tr> <tr><td class="cmd_window">chown apache pgmgt.conf.php</td></tr> diff --git a/doc/ja/install.html b/doc/ja/install.html index 87d1b1f..ea5b2dd 100644 --- a/doc/ja/install.html +++ b/doc/ja/install.html @@ -32,7 +32,7 @@ pgpool管理ツールのインストールを始める前に、pgpoolが正常� pgpool管理ツールをインストールする場合、少なくとも以下のソフトウェアがpgpoolが稼動するサーバにインストールされていて、正常に動く必要があります。 <ul> <li>HTTPサーバ(Apache)</li> - <li>PHP4.4.2以上</li> + <li>PHP 5.6.0以上</li> <li>pgpool</li> </ul> インストールを始める前に次の準備をしてください。 @@ -341,15 +341,16 @@ Webブラウザからinstall/phpinfo.phpにアクセスします。php_mstring� <p>これらの項目が「enabled」になっていない場合には、PHPの設定を再度確認してください。</p> </li> <li> -展開したディレクトリ内にある「templates_c」ディレクトリ、「conf/pgmgt.conf.php」ファイルに書き込みアクセス権を設定します。 +「templates_c」ディレクトリを作成し、アクセス権限を設定します。 <div id="cmd_window"><table> <tr><td class="cmd_window">cd /var/www/html/admin-tool</td></tr> +<tr><td class="cmd_window">mkdir templates_c</td></tr> <tr><td class="cmd_window">chmod 777 templates_c</td></tr> </table> </div> </li> <li> -管理ツール設定ファイルにApacheプロセスのユーザに書き込み権限を与えます。 +管理ツール設定ファイル「conf/pgmgt.conf.php」にApacheプロセスのユーザに書き込み権限を与えます。 <div id="cmd_window"><table> <tr><td class="cmd_window">cd /var/www/html/admin-tool/conf</td></tr> <tr><td class="cmd_window">chown apache pgmgt.conf.php</td></tr> |