Manual:Installing MediaWiki on Windows XP

From MediaWiki.org

Jump to: navigation, search
Installation guides
on FreeBSD
on GNU/Linux
- ALT Linux
- Damnsmalllinux
- Debian
- Fedora
- Gentoo
- Mandriva
- Red Hat Enterprise Linux
- Slackware
- SuSE 9.3
- Ubuntu
on Mac OS X
on NetWare
on Solaris
- on Solaris 10
- on Solaris 9
on Windows
- Windows XP
- Windows Vista
- Windows Server 2000
- Windows Server 2003
- Newcomers guide
- Streamlined Guide
- Simple Windows/Apache Guide
- on a stick
- on WOS Portable
- on Uniform Server
- on Sourceforge.net

MediaWiki can be installed on IIS (Microsoft's web server) or Apache (free open source). It is easiest to install on Apache if using an Apache/MySQL/PHP bundle, but IIS otherwise.

[edit] IIS

Installing on IIS is specific for different versions of MediaWiki, so here are the links to specific versions.

[edit] Apache

The easiest method is to install Xampp for prerequisites and then download and install MediaWiki.

  1. Download and install Xampp from here.
  2. Use the Xampp control panel to make sure that both MySQL and Apache are running. Port 80 must be free.
  3. Download MediaWiki and unzip into the htdocs directory (eg, c:\xampp\htdocs\mediawiki)
  4. Connect to http://localhost/mediawiki/ and follow the instructions.

Note that this method produces an insecure installation and you should follow the instructions in the Xampp documentation to secure it. In particular, you should change the default passwords.

Other easy method to install mediaWiki:

  1. Download and install PostgreSQL.
  2. After installation start Stack Builder utility and check MediaWiki in Web applications. It should install Apache as the web Server by itself.
  3. Connect to http://localhost/mediawiki/ and follow the instructions.

[edit] See also

  • Manual:Streamlined Windows Install Guide for step-by-step manual installation of prerequisites and then MediaWiki. Its tested for Win-XP (Service Pack 2). It also has instructions for installation using Xampp (tested on Windows Vista).