This tutorial will show you how to install WordPress engine and template on a local server.
1. First of all, you need to start your localhost manager
2. Enter your phpMyAdmin tool and type your database access details.
3. Create a new database.
4. Open the archive downloaded from http://wordpress.org/download/release-archive/ and unzip it to "www" folder of your localhost installation
5. Type localhost/wordpress to your browser address bar.
6.Enter your database access details. It is recommended to save default wp_ table prefix.
7.Enter your preferred admin panel access details.
8. Unzip your template now.
9. Unzip the Sources archive (the password for Sources is your payment system transaction ID), then unzip all archives in Sources/Plugins folder. Each archive to separate folder.
10. Create a folder called "themes" in Sources and copy the folder "themeXXXX" (where XXXX is your theme number) to the "themes" folder in Sources. After that select the folders Plugins, Themes and Uploads in Sources and copy them to wp-content folder of your www/wordpress folder in localhost manager.
11. Access your admin panel, go to Appearance>Themes and set your new theme as default.
12. Open themeXXXX.sql file from Sources in Notepad. To the Find field paste: your_website_url_here. To the Replace field paste: http://localhost/wordpress and click on Replace all. Then save the SQL file.
13. Go to your database management tool, click on Import button, then click on Browse. Choose your SQL file and import it to the database.
14. Check your website now.
15. Sometimes you may get the following error after trying to access any subpage.
15. If you are getting such message you should change your permalinks settings in Settings>Permalinks. Set them to Default. Then click on Save Changes button.
Feel free to check the detailed video tutorial below:
WordPress. How to install WordPress engine and template on local server