phpMyFAQ構築術 - phpMyFAQの導入

 まず phpMyFAQ をダウンロードする。(ダウンロードはここから)

本記事では、8月18日にリリースされた2.0.3を導入する。

ドキュメントは、phpMyFAQ - open source FAQ system for PHP and MySQL, PostgreSQL and other databases | documentation


まずはMySQLデータベースを作成していなければ作成しておこう。必要であればデータベースユーザも作成しよう。データベースに接続するためのユーザIDとパスワードはあとで入力するので控えておこう。

設置方法は非常に簡単である。

1: ダウンロードした phpmyfaq-2.0.3.zip を展開し、アーカイブに含まれる「phpmyfaq-2.0.3」フォルダを設置したいサーバにアップロードする。
フォルダ名は適宜リネームするとよいだろう。リネームしたディレクトリのパーミッションは755に変更する。

2: 全てのファイルをサーバにアップロードする。

3: It might help to set chmod 766 to the whole phpMyFAQ directory to avoid problems during the installation. If you're running a very restrictive mod_php installation you should keep the chmod 766 for the following files and directories even after the succesful installation:

the file data.php in the directory inc/
the directory attachments/
the directory data/
the directory images/
the directory pdf/
the directory xml/
All other directories shouldn't be world-writable for your own security.

上記のディレクトおよびファイルのパーミッションを777にする。
ディレクトリはなければ作成する。

The following directory/-ies could not be created or are not writable:

Please create it manually and/or change access to chmod 755 (or greater if necessary).


と表示された。


4: インストール実行
ブラウザから http://サーバアドレス/phpmyfaq/install/installer.php にアクセスしてMySQLのデータベース名やユーザ名などの項目を入力する。

セットアップスクリプトの指示に従ってインストールを行う。

必要な項目に入力する。入力項目は以下のものがある。
Database information

SQL server: MySQL 4.x / 5.x / 6.x()PHP4/PHP5) ?
SQL server host: localhost でいいでしょう
SQL username: データベースユーザを入力
SQL password: データベースユーザのパスワードを入力
SQL database: データベース名を入力
SQLite database file: ?
Table prefix: テーブル名に接頭句を付けたいときに入力

LDAP information

Do you want to use LDAP?
LDAP server host: ?
LDAP server port: ?
LDAP username: ?
LDAP password: ?
Distinguished name (dn): ?

phpMyFAQ information

Default language: Japanese ?
Permission level: Basic(no group support)
Administrator's real name: ?
Administrator's e-mail address: ?
Administrator's username: admin
Administrator's password: 管理者パスワードを入力
Retype password: 管理者パスワードをもう一度入力

Do not use if you're already running a version of phpMyFAQ!

記入したら最後に「Install phpMyFAQ 2.0.3 now!」ボタンを押すだけだ。

| | | | | | | | | | | | | | | |

All database tables were successfully created.

Congratulation! Everything seems to be okay.


上記のメッセージが表示されたらセットアップは完了している。

install ディレクトリの installer.php,update.php を削除しよう。

ログインは、http://xxxxxx/phpmyFAQ/admin/index.php から





  1. phpMyFAQ とは
  2. phpMyFAQ の導入
  3. phpMyFAQ 情報源




簡単質問回答コミュニティ構築術


ウイルス対策ソフト メニュー

ESET Smart Security

シマンテック ノートン

ウイルスバスター

マカフィー

NOD32

ウイルスセキュリティZERO

Copyright(c) 1999-2017 ITNAVI.com サイト運営者情報