インストール手順
1. ダウロードしたファイル mediawiki-1.13.3.tar.gz を展開し、仮想ディレクトリを追加し
規定のドキュメントに index.php を追加
* MediaWikiインストールスクリプトは新しいデータベースを作成します
2. インストールプログラムを起動
設定したパラメータの一部のメモ
Database table prefix:
mw_
Storage Engine
InnoDB
Database character set
MySQL 4.1/5.0 UTF-8
MediaWiki 1.13.3 Installation
Checking environment...Please include all of the lines below when reporting installation problems.
Something's not quite right yet; make sure everything below is filled out correctly.
|
php.ini に session.save_path = "c:/php/s_save_path" を追加し、このフォルダを
I_USER(インターネットゲストユーザー) に変更権限を付与し、IIS を再起動
また、 Wikiname に ”Wikimedia” は指定できない。
Move the config/LocalSettings.php file to the parent directory, then follow this link to your wiki. You should change file permissions for LocalSettings.php as required to prevent other users on the server reading passwords and altering configuration data. |
config/LocalSettings.php ファイルをひとつ上のデイレクトリに移動し
必要に応じて、このファイルのパーミッションを変更し、インストール完了。
* 以下の設定を LocalSettings.php に追加
sysopではないすべてのユーザーの編集を制限する
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['user']['edit'] = false;
$wgGroupPermissions['sysop']['edit'] = true;
以上
0 件のコメント:
コメントを投稿