Mediawiki installation minutes

Source: Internet
Author: User
Tags mediawiki

This page is about mediawiki:
Http://www.allwiki.com/index.php/Mediawiki%E5%BB%BA%E7% AB %99%E7%BB%BC%E8%BF%B0
In addition:
Http://tetralet.luna.com.tw/index.php? OP = viewarticle & ArticleID = 24 & blogid = 1

My environment:

1) mediawiki 1.4.10
Http://prdownloads.sourceforge.net/wikipedia/mediawiki-1.4.10.tar.gz? Use_mirror = heanet
2) Apache 2.0.54
Http://httpd.apache.org/download.cgi
3) php5.05
Http://cn.php.net/distributions/php-5.0.5-Win32.zip
4) MySQL
Mysql-noinstall-4.1.14-win32.zip

Note:

1. Install PhP5

1. Disable the apache service.
2. decompress the compressed PHP file to "C:/PHP.
3. Copy C:/PHP/php4ts. DLL to C:/winnt/system32 to overwrite any original file.
4. Change C:/PHP. ini-Dist to PhP. ini and copy it to C:/winnt.
5. The following two installation modes are introduced: Apache module method and CGI method.
5.1 Apache module method: Add the following lines to httpd. conf)
Loadmodule php5_module "C:/PHP/php5apache2. dll"
Addtype application/X-httpd-PHP. php

Ii. MySQL configuration under PhP5

PHP. ini configuration:
Extension_dir = "C:/PHP/EXT /"
Extension = php_mysql.dll

Copy the following files to the corresponding directory:
PHP. ini-> C:/Windows/
Php_mysql.dll-> C:/PHP/EXT/
Libmysql. dll-> C:/Windows/system32/or C:/Windows/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.