How to create WordPress website on local host

Learning how to run a wordpress website on your computer is quite easier, i shall guide you step by step all the necessary steps.

You’d be able to enjoy your worpdress website running on your local computer in five simple steps:

  1. Downloading Xampp Server
  2. Downloading Latest WordPress package
  3. Configuring Xampp Server
  4. Configuring WordPress
  5. Configuring Website on your WordPress

DOWNLOAD XAMPP SERVER

You can download xampp server right from your browser with your internet connection, I shall suggest downloading from sourceforge.org.

Once the download is complete, locate the file in the downloads and try saving it in your software section of any drive.

Now double click the xampp file and follow the steps on the popped up dialog box to configure your xampp server. You can keep the default settings/configurations intact and press the “next” button to proceed with installation.

sooner your xampp server would be installed depending upon speed of your internet.

Configuring Xampp Server

(a) Go to the opened dialog box of the xampp server that you see after xampp installation and start apache and mysql server.

(b) Click on the admin button next to MySql start button to create your database. You’ll be taken to the borwser window with MySql configuration page.

(c) Click on the database tab from the opened window and name the database (you can keep the name as “wordpress” or whatever you wish you see as your website name but in running and with no space. In my case, I put it as bsdigital.

Click the “Create” button next to the name and your database would now be created.

DOWNLOAD WORDPRESS

Now it the time to download wordpress package, you can do it easily and directly from wordpress.org. Here is the link for your assistance: https://www.wordpress.org/download/

From the given two options, select “Download and install it yourself”. The download would complete sooner depending upon your internet speed.

Extract your compressed wordpress file on the same place and once extracted, name the file whatever name your kept for your database (Like I shall put it as “bsdigital” because I created my database in the same name. Now copy the folder.

Now go to your “C” drive where you installed your xampp server and open the xampp folder.

Locate and open the “htdoc” folder from xampp folder.

Now paste your wordpress folder here (like I copied my “bsdigital” folder and pasted here).