2009年2月21日土曜日

MediaWiki

Install Maniax2008 WIKI

 

 
 
 
インストール手順 
 
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.

  • PHP 5.2.8 installed
  • Found database drivers for: MySQL
  • PHP server API is cgi-fcgi; using ugly URLs (index.php?title=Page_Title)
  • Have XML / Latin1-UTF-8 conversion support.
  • Warning: A value for session.save_path has not been set in PHP.ini. If the default value causes problems with saving session data, set it to a valid path which is read/write/execute for the user your web server is running under.
  • PHP's memory_limit is 128M.
  • Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching.
  • GNU diff3 not found.
  • Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads.
  • Installation directory: C:\apps\mediawiki-1.13.3
  • Script URI path: /mediawiki
  • Installing MediaWiki with php file extensions
  • Environment checked. You can install MediaWiki.

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” は指定できない。
 
 

Installation successful! 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 件のコメント:

コメントを投稿