前提条件
Apache
php5
MySQL インストール済み。
Apacheの設定ファイルhttpd.confに下記の内容を追加する。
<Directory "C:/WebDevelop/Apache2.2/htdocs/wiki">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ブラウザでhttp://localhost/wiki/mw-config/index.php を開いて、インストールプロセスに入る
インストールが終わったら、ブラウザでwikiホームページを開く