MediaWiki

MediaWiki is an web based Wiki software written in the PHP language. It can either use MySQL or PostgreSQL Database Management System.

Telepítés

Before installing MediaWiki you should also install Apache2, the PHP5 scripting language and Database a Management System. MySQL or PostgreSQL are the most common, choose one depending on your need. Please refer to those sections in this manual for installation instructions.

A MediaWiki telepítéséhez futtassa a következő parancsot a parancssorban:

sudo apt-get install mediawiki php5-gd

For additional MediaWiki functionality see the mediawiki-extensions package.

Beállítás

Run the following commands to configure MediaWiki:

sudo ln -s /var/lib/mediawiki /var/www/mediawiki

Irányítsa a böngészőjét a következő URL-re a MediaWiki beállításához:

http://localhost/mediawiki/config/index.php
[Tipp]

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

References