- Download the WordPress Package and Extract I’ll show how to install wordpress in local server. Before start installation, First download WordPress Package from official WordPress site. Better download latest version of WordPress. Unzip the downloaded file in your server place(/www/), and rename the folder(for Ex, ‘my_project’).
- Create MySQL Database Goto phpmyadmin of your local server, and create database(Ex, ‘my_db’). Actually, here your Hostname is ‘localhost’, Username is ‘root’ and password is ” (Empty).
- Wordpress Installation Process Now, run your site( localhost/my_project ). It’s showing follwing installation page. If you need more help for this
Come on, Let’s move to WordPress Installation.