We create this “Guide to installing wordpress” document as easy as beginner-friendly. So that every student easily learn about it.

System Requirements for WordPress 6.5.5

Web Server:

  • WAMP (Windows)
  • LAMP (Linux)
  • XAMP (Multi-platform)
  • MAMP (Macintosh)

Operating System

  • Windows operating system

Browser Support

  • IE (Internet Explorer 8+)
  • Firefox
  • Google chrome
  • Safari
  • Opera

PHP Compatibility

  • PHP 7.4+

MySQL Compatibility 8.0 or MariaDB version 10.5 or greater

Here, Step-by-step guide to installing wordpress

Download WordPress

When you open the link https://wordpress.org/download/ , you will get to see a screen as the following snapshot:

download wordpress home screen for installing wordpress

Download the WordPress zip file from the official site.

  • Create Store Database
  • WordPress requires MySQL database. So create a new empty database with user/password (for example, user as “root” and password as “”(blank) or else you can set as per your convenience).
  • Then, you can continue with the installation process as discussed further.
  • Setup Wizard
  • It’s very easy to set up WordPress into your system. The following steps describe how to set up WordPress locally on your system.

Step 1:

Extract the downloaded WordPress folder and upload it into your web server or localhost.

Step 2:

Open your browser and navigate to your WordPress file path, then you will get the first screen of the WordPress installer as shown in the following screen. In our case, the path is localhost/< Your_WordPress_folder >.

First screen of the WordPress installer
to installing wordpress

Select your language for the WordPress and click on Continue.

Step 3:

In this step, you can view the information needed for the database before proceeding with WordPress installation.

Information of Database in wordpress

Read all instruction then click on Let’s Go button.

Step 4:

Here, you have to enter the information about the MySQL database as described in the following screen.

Info about Mysql Database in wordpress to installing wordpress

Database Name: Enter the database name which you have created in MySQL database for WordPress.

Username: Enter the user name of your MySQL database.

Password: Enter the password which you had set for MySQL database.

Database Host: Write the host name, by default it will be localhost.

Table Prefix: It is used to add prefix in the database tables which helps to run multiple sites on the same database. It takes the default value.

After filling all information, click on Submit button.

Step 5:

WordPress checks the database setting and gives you the confirmation screen as shown in the following snapshot.

Button to Run the Installer in wordpress

Click to run

Step 6:

Enter administrative information.

Administrative information for wordpress installing

It contains the following fields:

            Site Title: Enter the name of the site which you are going to create in WordPress.

            Username: Enter the username as per your choice while logging in the WordPress.

            Password twice: Enter password two times to protect your site.

            Your E-mail: Enter your e-mail address which helps to recover the password or any update.

            Privacy: It allows the search engine to index this site after checking the checkbox.

After filling all the information, click on the Install WordPress button.

installation success! and log in wordpress

Step 7:

After clicking on login, you will get a WordPress Admin Panel as depicted in the following screen.

Admin panel to log in wordpress

Enter the username and password which you had mentioned during installation.

By admin

Leave a Reply