MediaWiki + Apache + php + MySQL
MySQL
Download and install the msi installer of MySQL 5.6 from http://dev.mysql.com/downloads/installer/
Apache
Download and install Apache 2.4 from http://www.apachelounge.com/download/
PHP
Download and install php 5.8.6 from http://windows.php.net/download/
Rename php.ini-production to php.ini, then enable mysql extension
1 2 | |
Enable intl extension
1 | |
To make intl really works, the following files which sit in the PHP directory
- icudt54.dll
- icuio54.dll
- iculx54.dll
- icutu54.dll
- icuin54.dll
- icule54.dll
- icutest54.dll
- icuuc54.dll
Should be copied to the bin path of Apache, or one of the path in system environment variant PATH.
Add following line to the conf file of apache to enable php.
1 2 3 4 | |
Add index.php to DirectoryIndex
1 | |
Create a simple .php file for test.
1 | |
MediaWiki
Download MediaWiki 1.24.2 from http://www.mediawiki.org/wiki/Download
Add following line to the conf file of Apache.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
Run
1 | |