Well, you have a nice website which you created using Wordpress, a popular CMS. Here we are going to learn how to install it on your PC, which you may use to test any changes, you are planning to make, before deploying on a live server:
Prerequisite:
- LAMPP or WAMPP or XAMPP installed on your PC (I'll show you in another post how to install it on Linux)
- Wordpress ZIP file (download from http://wordpress.org/download/)
Steps:
1. Go to folder location: C:/xampp/htdocs (you know it) and extract Wordpress ZIP file here.
2. Now turn on XAMPP packages: Apache-phpMyAdmin.
3. Go to http://localhost/phpmyadmin password: your default password and create new database "local_wp"
4. Add user with full privilege and set a password.
5. Copy these details to a new TXT file for quick reference:
Database Name: local_wp
Hostname: localhost
Username: user_name
Password: abc123
6. Now go to extracted wordpress folder at C:/xampp/htdocs/wordpress (you know it) and open wp-config-sample.php file in a text editor and give above information and save it as wp-config.php .
7. Now point your browser to http://localhost/wordpress . You'll see the information to install. Give necessary information details and click on Install button. If you get any error, do crosscheck your details given in wp-config.php file.
8. Yay!! Wordpress has been installed. Now login to wordpress at http://localhost/wordpress/wp-login.php
Did you like my tutorial? Thank you.!!
Prerequisite:
- LAMPP or WAMPP or XAMPP installed on your PC (I'll show you in another post how to install it on Linux)
- Wordpress ZIP file (download from http://wordpress.org/download/)
Steps:
1. Go to folder location: C:/xampp/htdocs (you know it) and extract Wordpress ZIP file here.
2. Now turn on XAMPP packages: Apache-phpMyAdmin.
3. Go to http://localhost/phpmyadmin password: your default password and create new database "local_wp"
4. Add user with full privilege and set a password.
5. Copy these details to a new TXT file for quick reference:
Database Name: local_wp
Hostname: localhost
Username: user_name
Password: abc123
6. Now go to extracted wordpress folder at C:/xampp/htdocs/wordpress (you know it) and open wp-config-sample.php file in a text editor and give above information and save it as wp-config.php .
7. Now point your browser to http://localhost/wordpress . You'll see the information to install. Give necessary information details and click on Install button. If you get any error, do crosscheck your details given in wp-config.php file.
8. Yay!! Wordpress has been installed. Now login to wordpress at http://localhost/wordpress/wp-login.php
Did you like my tutorial? Thank you.!!