You are here Home > Know-how > MediaWiki - CMS > Installation of MediaWiki
MediaWiki - CMS
 

3 Installation of MediaWiki

15.06.2007
2.1 Use Cases [  up  ] - [ A - Z ] - [ top ] 3.1 Configuration / First Steps

3.1   Configuration / First Steps
3.2   Post Installation Files

Requirements / Prerequisites


Reto's very quick installation guide

  1. Download MediaWiki: www.mediawiki.org/wiki/Download
  2. gzip -cd mediawiki-1.5.2.tar.gz|tar -x
  3. Move the extracted directory (e.g. mediawiki-1.5.2) to your webserver's document root.
  4. Make your webserver user to the owner of the extracted files.
    chown -R nobody wiki-foo
  5. Create a database user.
    mysql> GRANT ALL PRIVILEGES ON *.* TO 'wikiuser'@'localhost';
    mysql> CONNECT mysql; -- connect to system table
    mysql> UPDATE user SET Password=PASSWORD('foo') WHERE User='wikiuser' AND Host='localhost';
    mysql> FLUSH PRIVILEGES;
  6. Open URL (e.g.) localhost/wiki-foo/config/
  7. cd to your Wiki path
    mv config/LocalSettings.php .

Post Installation stuff:

I have tested MediaWiki 1.5.2 with PHP 5.0.4 (apache2handler) and MySQL 4.1.14.



Check Version(s) of MediaWiki installation:
localhost/wiki/index.php/Special:Version


See also:
Post installation files


2.1 Use Cases       A - Z Index       Top       Disclaimer       3.1 Configuration / First Steps


$Id: installation.html,v 1.130 2007/06/15 11:49:14 webcms Exp $
copyright © 2005-2007 by reto