How to Install Wordpress in Windows System.

Jul 28, 2022

4 min read

Write your own content on FeedingTrends
Write

How to install WordPress

One ground for which WordPress is so popular is because of the low system requirements desirable for running the CMS on a web server. Many hosting services also use various auto-installers to make the WordPress installation procedure as simple as possible. With the use of auto-installers, users no longer had to deal with record creation or uploading of the file. In this chapter, you will learn about WordPress’s system requirements and installation process.

system requirements for WordPress installation

If you are using Windows, then you require installing WAMP (Windows, Apache, MySQL, and PHP).

If you are using Linux, then you require installing LAMP (Linux, Apache, MySQL, and PHP).

If you are using MAC, then you require installing MAMP (Macintosh, Apache, MySQL, and PHP).

Or you can also install XAMPP, which is Multi-platform and came with (Apache, MariaDB, PHP, and Perl).

WordPress is compatible with PHP 5.2+ and MySQL 5.0 +

Download WordPress

WordPress is a free and open-source platform under the GNU General Public License (GPL), and you can download it directly from WordPress’s official website. You can also open the https://wordpress.org/download/ link directly to download WordPress.

WordPress Installation

First, you are required to extract the downloaded WordPress and upload it into your localhost or web server project folder.

You are required to open your web browser and navigate the URL of the WordPress folder path (In the case of localhost URL will be http://localhost/wordpress_project_folder_name).

WordPress installation requires an empty MySQL database, so you needed to create it before.

WordPress Setup wizard will ask you for initial information about the website, which is mentioned below.

Step 1: The WordPress installation setup will ask you about your language preference in the first step. Here you have to choose the language of your choice and press Continue.

Step 2: Installation The second stage provides info about the required information before proceeding.

Step 3: In this installation step, you have to provide MySQL database connection credentials. It will ask for entering the information related to the MySQL database. Here is the list of fields that the screen will be asking you to insert:

Database Name: This will be the name of the database that you have already created in the MySQL database to use WordPress.

Username: It will be the user name data for your database.

Password: Here, you have to enter the password for your MySQL database.

Database Host: is where you have to insert the hostname which will be by default “localhost”.

Table Prefix: is implemented to add prefixes in the database tables, which help in running multiple sites on the same database.

Once you provide all the information, press the Submit button.

Step 4: The installation setup checks the authentication of database credentials and provides you with a confirmation.

If you have provided the correct MySQL credentials, a new screen will come up with the option “Run the Install”.

Click that “Run the Install” button.

Step 5: This is the final step, where you have to provide site admin information.

Enter the administrative information which will be having the following field:

Title of the site

Username

Password

Your Email address

Check-box to allow search engines to index the site.

Once you fill in the data, click the “Install WordPress”.

Step 6: Now, the admin panel will come up with a login screen. Enter the username and password you have chosen on the previous screen and log in.

That’s it; you have successfully installed WordPress.

Thanks for reading,

And if you have any questions then ask me in the comment.

Write your own content on FeedingTrends
Write