How to Install WordPress

WordPress is an online tool to create websites. It is an open source tool written in JAVA.
We can make a completely responsive website with the help of WordPress. WordPress is the easiest and best content management system(CMS). Anyone can use or modify the WordPress software for free. It is easy to learn and use.

In this page, we will guide you to learn How to install WordPress.

Getting Started With WordPress

Things to know before Getting Started With WordPress:- 

  • Create a database for WordPress on your web server and MySQL.
  • Unzip the downloaded file and save it to a folder.
  • Create a strong password.

How to install WordPress on localhost

To install WordPress on localhost follow these steps:

Go to website wordpress.org > Get WordPress > Download WordPress 4.9.8.(This is the latest version ).

wordpress

Now for Windows, you need to install XAMPP and WAMP. For mac MAMP.

What is XAMPP?
XAMPP stands for Cross-plaqtform(x), Apache(A), mariaDB(M) (formerly MYSQL), PHP (P) and Perl (P). It is a simple, lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing and development purpose.

How to Install XAMPP

  1. In the browser, search xampp download and Click on the link which directs to “https://www.apachefriends.org/download.html”. Click on download.
  2. Then, go to htdocs in Xampp folder and create a new folder. After creating a new folder go to WordPress folder and copy all the files then paste it in the new folder that you created.
Xampp
  1. Duplicate (wp-config-sample.php) and rename to (wp-config.php) in your folder.
  2. (wp-config.php) edit with notepad.
  3. Change the database name, username, give strong password and Save the file.

Creating Database

  1. Steps for Creating Database are:-
    Go to Windows and search XAMPP > XAMPP control panel.
  2. Start Apache and MySQL.
xampp control
  1. Go to localhost/PHPmyadmin/ > Database > create a new database > Create.
Create database from phpmyadmin

Note:
Note: Give the same name given in DB_NAME(eg:WordPressweb).

  1. Click on the file name you created in the left corner of PHPMyAdmin page.
  2. Give site Title and username > Install WordPress.
install wordpress

WordPress has been Installed. Now Login and enjoy!!!!

Tutorials for all brains!