MediaWiki

MediaWiki は PHP 言語で書かれた Wiki ソフトウェアです。MySQL または PostgreSQL データベース管理システムのどちらかを利用できます。

インストール

MediaWiki をインストールするには、コマンドプロンプトで以下のコマンドを実行してください:

sudo apt-get install mediawiki php5-gd

You should also install Apache2 Web Server, PHP5 scripting language and Database Management Systems, MySQL or PostgreSQL depending on your need. Please refer to those sections for installation instructions.

設定

Before you configuring MediaWiki application, you should configure PHP5. Edit the file /etc/php5/apache2/php.ini and uncomment the following lines, if they are still commented:

; extension = mysql.so
; extension = gd.so

Once you uncomment the above lines in the PHP5 configuration file /etc/php5/apache2/php.ini, you can run the following commands to configure MediaWiki:

sudo ln -s /var/lib/mediawiki1.7 /var/www/mediawiki
sudo chmod 777 /var/www/mediawiki/config
sudo chown -R www-data.www-data /usr/share/mediawiki1.7

Point your web browser to the following URL for MediaWiki setup:

http://localhost/config/index.php
[ティップ]

Please read the 「Checking environment...」 section in this page. You should be able to fix many issues by carefully reading this section.

詳細な情報は、以下のウェブサイトを参照してください MediaWiki