Windows IIS Environment wordpress installation Deployment Steps

Source: Internet
Author: User
Tags install wordpress wordpress database
Recently in order to experience the next WordPress, personally installed the configuration of WordPress on this machine

Documenting the deployment process

First, download the appropriate software

The software that needs to be downloaded is: apache,mysql,php,wordpress

Apache: Download Apache

MySQL: Download mysql

php: Download php

WordPress: Download wordpress, please download the latest version of the website

Second, configure the appropriate software

1.Apache Configuration

1.zip Package Decompression

2. Configure conf/httpd.conf

3. Add PHP support in httpd.conf

LoadModule php5_module "D:/php/php5apache2_2.dll" AddType application/x-httpd-php. PHP. html. Htmphpinidir "D:/PHP"

2.MySQL Configuration

1.zip Package Decompression

2. Configure Environment variables: Mysql\bin

3. Copy My-default.ini to My.ini, modify Basedir, modify DataDir

4. Admin cmd, go to the MySQL Directory Bin folder

5.mysqld-install, installing the MySQL service

6.net start MySQL, start MySQL service

(Note: If the error requires reinstallation, first mysqld-remove uninstall)

3.PHP Configuration

1.zip Package Decompression

2. Configure Environment variables: Php,php\ext

3. Copy Php.ini-development to php.ini, modify Extension_dir, modify Extension=php_mysql.dll

(before the corresponding item is removed;

4.WordPress Configuration

1.zip Package Decompression

2. Copy to Apache home directory

3. Build a wordpress database in MySQL

4. Modify the wp-config.php, configure the corresponding database name, login user, password, host, etc.

Third, install WordPress

1. Launch Apache service, login localhost/wordpress/wp-admin/install.php

2. Enter the user name, password, modify the corresponding settings, OK, installed


3. Enter the user name, password, login


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.