From: Bo Peng Date: Tue, 15 Jun 2021 13:01:39 +0000 (+0900) Subject: Update installation docs. X-Git-Tag: V4_2_0 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=a77b877fa63ce55b1af6c89826ef6469ed2d7d6d;p=pgpooladmin.git Update installation docs. --- 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 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
  • -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.
    +
    cd /var/www/html/admin-tool
    mkdir templates_c
    chmod 777 templates_c
  • -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".
    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が稼動するサーバにインストールされていて、正常に動く必要があります。
    • HTTPサーバ(Apache)
    • -
    • PHP4.4.2以上
    • +
    • PHP 5.6.0以上
    • pgpool
    インストールを始める前に次の準備をしてください。 @@ -341,15 +341,16 @@ Webブラウザからinstall/phpinfo.phpにアクセスします。php_mstring

    これらの項目が「enabled」になっていない場合には、PHPの設定を再度確認してください。

  • -展開したディレクトリ内にある「templates_c」ディレクトリ、「conf/pgmgt.conf.php」ファイルに書き込みアクセス権を設定します。 +「templates_c」ディレクトリを作成し、アクセス権限を設定します。
  • cd /var/www/html/admin-tool/conf
    chown apache pgmgt.conf.php
    +
    cd /var/www/html/admin-tool
    mkdir templates_c
    chmod 777 templates_c
  • -管理ツール設定ファイルにApacheプロセスのユーザに書き込み権限を与えます。 +管理ツール設定ファイル「conf/pgmgt.conf.php」にApacheプロセスのユーザに書き込み権限を与えます。
    cd /var/www/html/admin-tool/conf
    chown apache pgmgt.conf.php