After the completion of the thought is still very simple, mainly a variety of software integration is very good, but some places need to be noted, here to record the construction process (Windows environment).
First download wordpress,https://wordpress.org/unzip WordPress, The readme.html in the unzip file has the installation guide and the environment requirements, you can see the need for PHP environment and mysql,php also need Apache as a server. Ready to download Apache (http://mirrors.cnnic.cn/apache//httpd/binaries/win32/) found that the official website only provide the source code needs to compile itself, while giving several third-party integrated Apache, These third-party packages also integrate MySQL and PHP, where Xampp is selected (x for multiplatform, a apache,m mysql,p php,p perl), because this is a bit of an impression, Https://www.apachefriends.org/zh_ Cn/index.html, after downloading the direct installation, I have already installed the MySQL, the installation canceled the MySQL. After installation, open the Xampp-control.exe in the installation directory, as follows
The components can be configured here because I don't have the integrated MySQL installed here to control.
Need the software on these two, wordpress,xampp. Next is the installation, the first need to build a database on MySQL, you can use XAMPP phpMyAdmin, you can also use MySQL client or navicat, just remember the database connection user name, password and database name.
Then the unpacked WordPress folder is copied to the Htdocs folder in the Xampp root directory, Htdocs is the working directory of Apache.
Then start Apache on the Xampp-control panel, enter http://localhost:80/wordpress in the browser, you should be able to see the WordPress configuration page, mainly the configuration database connection, WordPress will automatically build the table. After the configuration is complete, it can be used locally.
If you need remote access, you need to modify the URL address and site address in the general settings, such as WordPress Dashboard, change to the domain name, or the IP address of the server. I use the windowsazure is the Microsoft Cloud virtual hosting (recommended here, very powerful but a bit expensive, you can try), but also need to open the console of the virtual host 80 port, while adjusting the virtual host firewall, so that can be accessed remotely.
I use the wordpress4.1, found that two problems have not been solved, one is the avatar, WordPress used the Gravatar to get the avatar, and the site was wall. Some workarounds use local cache and so on, not yet tried. Second, when the new theme is added, the thumbnail of the theme will not show, see the image link or because the link is inaccessible. Have to know friends please enlighten, I know that will update the method.
Sum up just a few steps, 1. Download xampp,wordpress,2. Copy WordPress to Htdocs, 3. Build the database, 4. Access and configure WordPress.
Blog Address
http://littlecoder.chinacloudapp.cn/hinatablog/
WordPress Build Station Summary