Manual:Installing MediaWiki on Windows XP
From MediaWiki.org
(Redirected from Manual:Installing MediaWiki on Windows Vista)
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.
- Manual:Installing MediaWiki on Windows XP - MediaWiki 1.9.2
- Manual:Installing MediaWiki on Windows XP - MediaWiki 1.7.1 - also for MediaWiki 1.8.2
- Manual:Installing MediaWiki on Windows XP - MediaWiki 1.5
[edit] Apache
The easiest method is to install Xampp for prerequisites and then download and install MediaWiki.
- Download and install Xampp from here.
- Use the Xampp control panel to make sure that both MySQL and Apache are running. Port 80 must be free.
- Download MediaWiki and unzip into the htdocs directory (eg, c:\xampp\htdocs\mediawiki)
- 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:
- Download and install PostgreSQL.
- After installation start Stack Builder utility and check MediaWiki in Web applications. It should install Apache as the web Server by itself.
- 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).