How to Install Wordpress Website

1 Introduction

WordPress is a free and open-source content management system (CMS) based on PHP and MySQL.
 

2 Download software

Download files from http://wordpress.org/download/
 

Requirements

IIS7.5 or IIS8.0
MySQL
PHP 5.0+

4 Add domain & create website in WebsitePanel

5 Create MySQL database & user

6 Copy or Upload the installation files to host.

Copy or upload the installation files by FTP and paste to the path “C:\HostingSpaces\admin\yourdomainname.com\wwwroot” 

7 Change the website setting in cPanel

Enable write permissions, dedicated application pool, set the first Default Documents as index.php. set asp.net to 4.0(Integrated Pipeline)

8 Modify the files

If the domain name is not resolving to IP, we need to update  “host” file at  “C:\Windows\System32\drivers\etc”. 
Rename the “wp-config-sample.php” to “wp-config.php” and modify it in the path of “C:\HostingSpaces\admin\testwordpress.com\wwwroot” 
Enter the MySQL database information in wp-config.php file, DB name, DB user, DB password and DB host.
  • Please change "127.0.0.1" to the remote MySQL Server hostname or IP if you using the remote MySQL Server.

9 Browse the webiste to Install the Wordpress web site.  

Enter the Site title, user name, password and Email address
  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

Major Security Vulnerability in WordPress, Drupal Could Take Down Websites

A security researcher from Salesforce.com’s product security team, has discovered an XML...

404 Error occurs when accessing sub-directories

404 Error occurs when accessing sub-directories, but homepage works well. Reason: .htaccess file...

Login credential is required when uploading via wp-admin portal

Reason 1: Permission for website files and directories is incorrect. Solution: Correct...