MediaWiki is an web based Wiki software written in the PHP language. It can either use MySQL or PostgreSQL Database Management System.
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
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
Please read the „Checking environment...” section in this page. You should be able to fix many issues by carefully reading this section. |
For more details, please refer to the MediaWiki web site.