Sibeesh Passion

Top Menu

  • Home
  • Search
  • About
  • Privacy Policy

Main Menu

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Home
  • Search
  • About
  • Privacy Policy

logo

Sibeesh Passion

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment

  • Build, Deploy, Configure CI &CD Your Static Website in 5 mins

  • Post Messages to Microsoft Teams Using Python

  • Get Azure Blob Storage Blob Metadata Using PowerShell

  • Deploy .net 6 App to Azure from Azure DevOps using Pipelines

Wamp ServerWordpress
Home›Wamp Server›Set up WordPress in Your Local Wamp Server

Set up WordPress in Your Local Wamp Server

By SibeeshVenu
April 29, 2015
1208
0
Share:

This article explains how to configure WordPress in your local Wamp Server. You may have a live website which you hosted in a server. what if you need to try a new theme and test it? In that situation you can always set up a local wordpress and test your development works, if everything is fine, you can move those changes to live. So that you can avoid the errors in your live website. Here, I will share the procedure for that.

Background

A Few days ago, my friend Gaurav Arora suggested that I change my static website (www.sibeeshpassion.com) to a dynamic one. Thank you so much for giving me the idea, Gaurav. Therefore, I thought of changing my normal HTML pages to WordPress posts. Since I am completely new to the term PHP and WordPress, I thought to give it a try locally. Hence, I began configuring everything on localhost.

Configuring WordPress

Before we start, please ensure that you have downloaded and installed the Wamp Server and WordPress. You can download them from the following links.

Download wordpress

Download wamp server

Now, you can follow the preceding procedure. Let us categorize the procedure into the following three points.

  • Setting up Database
  • Creating User
  • Configuring WordPress
  • Setting Up Database

    To configure a database in your Wamp Server, please use the preceding procedure.

    Step 1

    After installing the Wamp Server, you can find a new icon on your Toolbar. Just click on it and now click localhost.

    Step 2

    Now, you will get a new window as shown below.

    Next, click on phpmyadmin.

    Step 3

    Now, you will get the phpMyAdmin section as shown in the following screenshot.

    Now, click on the database tab and type your database name and click on Create. That’s all we need to do to create a database successfully.

    Creating user

    Here is the procedure for creating a user.

    Step 1

    Start with clicking on the user tab.

    Step 2

    Fill in the required details.

    Once you have filled it in, please click on the Go button. Now, using this, we have created a user for our WordPress.

    Configure WordPress

    Now we have done all the required settings to configure WordPress. So, let’s start with configuring WordPress.

    Type your WordPress folder name that you have pasted in the www root of the Wamp Server.

    Your URL looks as follows: http://localhost:80/wordpress/wp-admin

    Here, WordPress is my folder where I have the WordPress files. When you follow that link you will get a window as follows.

    Step 1

    Now select your language and click on continue.

    Step 2

    Now we will provide the database and user details. To continue, please click the “Let’s go!” button.

    Step 3

    Now, the next step is to edit our wp-config file.

    Once you edit that file, move to the next step.

    Step 4

    Now, please fill the form.

    Note: You need to use the database and user that we already created in the first step.

    Step 5

    If you submit the preceding form, you can see a message as follows.

    Now click “Run the install”.

    Step 6

    Now, provide the password and other necessary details. Once completing that, you will get a message as follows.

    Step 7

    Now, to check whether our installation is correct or not.

    If the things are fine, you will get a login page. Now you can login and start using your WordPress and enjoy.

    Conclusion

    Did I miss anything that you may think which is needed? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.

    Your turn. What do you think?

    A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I can.

    Kindest Regards
    Sibeesh Venu

    Points of interest

    Set up WordPress in your local Wamp Server.
    Wamp server.
    Localhost.
    WordPress set up.
    Installing WordPress in Wamp Server.

    TagsWordpressWordpress Setup
    Previous Article

    Drag and Drop the Legend and Maintain ...

    Next Article

    Working With Bubble Map

    0
    Shares
    • 0
    • +
    • 0
    • 0
    • 0

    SibeeshVenu

    I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer.

    Related articles More from author

    • Wordpress

      Add TOC (Table Of Contents) to Your WordPress Posts Or Pages

      May 7, 2017
      By SibeeshVenu
    • Install Wordpress Through Web Platform Installer
      Web Platform InstallerWebMatrixWordpress

      Use WordPress Without Wamp Server

      December 8, 2015
      By SibeeshVenu
    • Adding end points in Azure Virtual Machine
      AzureDatabaseMySQLVirtual MachineWordpress

      Link Your MySQL Database To Azure Virtual Machine And WordPress

      September 24, 2015
      By SibeeshVenu
    • PHPWordpress

      Add related posts in each posts in WordPress

      July 14, 2015
      By SibeeshVenu
    • Scratching_Head
      Wordpress

      Most Needed WordPress Plugins

      January 25, 2016
      By SibeeshVenu
    • Azure

      Azure CDN with Azure Web App – Access to Font at CDN has been Blocked by CORS Policy

      August 14, 2020
      By SibeeshVenu
    0

    My book

    Asp Net Core and Azure with Raspberry Pi Sibeesh Venu

    YouTube

    MICROSOFT MVP (2016-2022)

    profile for Sibeesh Venu - Microsoft MVP

    Recent Posts

    • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment
    • Build, Deploy, Configure CI &CD Your Static Website in 5 mins
    • Easily move data from one COSMOS DB to another
    • .NET 8 New and Efficient Way to Check IP is in Given IP Range
    • Async Client IP safelist for Dot NET
    • Post Messages to Microsoft Teams Using Python
    • Get Azure Blob Storage Blob Metadata Using PowerShell
    • Deploy .net 6 App to Azure from Azure DevOps using Pipelines
    • Integrate Azure App Insights in 1 Minute to .Net6 Application
    • Azure DevOps Service Connection with Multiple Azure Resource Group

    Tags

    Achievements (35) Angular (14) Angular 5 (7) Angular JS (15) article (10) Article Of The Day (13) Asp.Net (14) Azure (65) Azure DevOps (10) Azure Function (10) Azure IoT (7) C# (17) c-sharp corner (13) Career Advice (11) chart (11) CSharp (7) CSS (7) CSS3 (6) HighChart (10) How To (9) HTML5 (10) HTML5 Chart (11) Interview (6) IoT (11) Javascript (10) JQuery (82) jquery functions (9) JQWidgets (15) JQX Grid (17) Json (7) Microsoft (8) MVC (20) MVP (9) MXChip (7) News (18) Office 365 (7) Products (10) SQL (20) SQL Server (15) Visual Studio (10) Visual Studio 2017 (7) VS2017 (7) Web API (12) Windows 10 (7) Wordpress (9)
    • .NET
    • Achievements
    • ADO.NET
    • Android
    • Angular
    • Arduino
    • Article Of The Day
    • ASP.NET
    • Asp.Net Core
    • Automobile
    • Awards
    • Azure
    • Azure CDN
    • azure devops
    • Blockchain
    • Blog
    • Browser
    • C-Sharp Corner
    • C#
    • Career Advice
    • Code Snippets
    • CodeProject
    • Cognitive Services
    • Cosmos DB
    • CSS
    • CSS3
    • Data Factory
    • Database
    • Docker
    • Drawings
    • Drill Down Chart
    • English
    • Excel Programming
    • Exporting
    • Facebook
    • Fun
    • Gadgets
    • GitHub
    • GoPro
    • High Map
    • HighChart
    • How to
    • HTML
    • HTML5
    • Ignite UI
    • IIS
    • Interview
    • IoT
    • JavaScript
    • JQuery
    • jQuery UI
    • JQWidgets
    • JQX Grid
    • Json
    • Knockout JS
    • Linux
    • Machine Learning
    • Malayalam
    • Malayalam Poems
    • MDX Query
    • Microsoft
    • Microsoft ADOMD
    • Microsoft MVP
    • Microsoft Office
    • Microsoft Technologies
    • Microsoft Windows
    • Microsoft Windows Server
    • Mobile
    • MongoDB
    • Monthly Winners
    • MVC
    • MVC Grid
    • MySQL
    • News
    • Node JS
    • npm
    • Number Conversions
    • October 2015
    • Office 365
    • Office Development
    • One Plus
    • Outlook
    • Page
    • PHP
    • Poems
    • PowerShell
    • Products
    • Q&A
    • Raspberry PI
    • React
    • SEO
    • SharePoint
    • Skype
    • Social Media
    • Software
    • Spire.Doc
    • Spire.PDF
    • Spire.XLS
    • SQL
    • SQL Server
    • SSAS
    • SSMS
    • Storage In HTML5
    • Stories
    • Third Party Software Apps
    • Tips
    • Tools
    • Translator Text
    • Uncategorized
    • Unit Testing
    • UWP
    • VB.Net
    • Videos
    • Virtual Machine
    • Visual Studio
    • Visual Studio 2017
    • Wamp Server
    • Web API
    • Web Platform Installer
    • Webinars
    • WebMatrix
    • Windows 10
    • Windows 7
    • Windows 8.1
    • Wordpress
    • Writing

    ABOUT ME

    I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer. If you would like to know more about me, you can read my story here.

    Contact Me

    • info@sibeeshpassion.com

    Pages

    • About
    • Search
    • Privacy Policy
    • About
    • Search
    • Privacy Policy
    © Copyright Sibeesh Passion 2014-2025. All Rights Reserved.
    Go to mobile version