Sibeesh Passion

Top Menu

  • Home
  • Communities
  • Search
  • About

Main Menu

  • Articles
    • Client Side Technologies
      • JavaScript
      • Angular
      • Node JS
      • JQuery
      • Knockout JS
      • Jasmine Framework
      • Json
      • CSS3
      • HTML5
    • Database
      • SQL
      • MongoDB
      • MySQL
    • Tools
      • IIS
      • Wamp Server
      • WordPress
      • Visual Studio
    • How to
    • Career Advice
    • Interview
    • ASP.NET
    • MVC
    • Azure
    • Web API
    • C#
    • PHP
    • SEO
    • Office Development
  • Product Reviews
    • HighChart
    • High Map
    • Ignite UI
      • igGrid
      • igDataChart
    • JQWidgets
      • JQX Grid
      • JQX List Box
    • Spire.Doc
    • Spire.XLS
  • My Contributions
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • GitHub
    • JSFiddle
    • MSDN
    • Stack Overflow
  • Connect With Me
    • About Me
    • Facebook
    • Google Plus
    • Linkedin
    • Pinterest
    • Twitter
    • Quora
    • YouTube
  • Videos
  • Achievements
    • Awards And Recognitions
    • Community Achievements
  • Authors
    • Andrew Jackson
    • Ashish Ratan Singh
  • Home
  • Communities
  • Search
  • About

logo

Sibeesh Passion

  • Articles
    • Client Side Technologies
      • JavaScript
      • Angular
      • Node JS
      • JQuery
      • Knockout JS
      • Jasmine Framework
      • Json
      • CSS3
      • HTML5
    • Database
      • SQL
      • MongoDB
      • MySQL
    • Tools
      • IIS
      • Wamp Server
      • WordPress
      • Visual Studio
    • How to
    • Career Advice
    • Interview
    • ASP.NET
    • MVC
    • Azure
    • Web API
    • C#
    • PHP
    • SEO
    • Office Development
  • Product Reviews
    • Office 365 Export PST Tool - Great Results with 100% Accuracy

      March 17, 2018
      0
    • Migrate Files From OneDrive to OneDrive for Business by SysTools

      March 17, 2018
      0
    • Data Recovery

      Recover your lost data in any Windows machine easily

      October 12, 2017
      0
    • Ignite_UI_Chart_Control

      Working With IgniteUI Chart igDataChart Control

      July 14, 2016
      0
    • Apply License Key

      Working With IgniteUI Grid Control

      July 10, 2016
      0
    • Grid with check box selection

      Implement radio button selection in JQWidgets JQXGrid using checkbox

      June 29, 2016
      0
    • High Chart

      Client Side Exporting In HighChart

      May 27, 2016
      0
    • Chart Widgets With Server Side Data In MVC Using Angular JS And Web API Output

      Chart Widgets With Server Side Data In MVC Using Angular JS And ...

      March 17, 2016
      0
    • jQuery Datatable With Server Side Data

      jQuery Datatable With Server Side Data

      February 25, 2016
      0
    • HighChart
    • High Map
    • Ignite UI
      • igGrid
      • igDataChart
    • JQWidgets
      • JQX Grid
      • JQX List Box
    • Spire.Doc
    • Spire.XLS
  • My Contributions
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • GitHub
    • JSFiddle
    • MSDN
    • Stack Overflow
  • Connect With Me
    • About Me
    • Facebook
    • Google Plus
    • Linkedin
    • Pinterest
    • Twitter
    • Quora
    • YouTube
  • Videos
    • Video: 21 Easy Tips for Healthy Life

      February 22, 2018
      0
    • Azure Face API

      Webinar: Azure Cognitive Service Face API

      July 23, 2017
      0
    • Custom Stylish Handlebar Mirror in Royal Enfield Thunderbird

      June 25, 2017
      0
    • Wrapping Rope in Royal Enfield Crash Guard Or Bumper

      April 22, 2017
      0
    • How to Change Handlebar in Royal Enfield Thunderbird

      April 22, 2017
      0
    • Video: How to be a successful software engineer

      April 22, 2017
      0
    • Webinar: Why Visual Studio 2017? Few Features of VS2017 You May Love

      April 10, 2017
      0
    • Do You Know A Wow Game Is Already Installed In Your Android ...

      April 6, 2017
      0
    • The Cool New Refactoring and Text Editor Options in VS2017

      April 2, 2017
      2
  • Achievements
    • Awards And Recognitions
    • Community Achievements
  • Authors
    • Andrew Jackson
    • Ashish Ratan Singh
  • Implementing Guard in Angular 5 App

  • Creating a Chat Application in Node JS with Express, MongoDB, Mongoose and Socket.io

  • Using MongoDB on Node JS Application Using Mongoose

  • Implement Validations in Angular 5 App

  • Generating Your First Components And Modules in Angular 5 App

ArticleWeb Platform InstallerWebMatrixWordpress
Home›Article›Use WordPress Without Wamp Server

Use WordPress Without Wamp Server

By SibeeshVenu
December 8, 2015
1085
0
Share:
Install Wordpress Through Web Platform Installer

In this post we will see how can we use or work with wordpress without installing wamp server in our machine. Most of you might have used wordpress and you might have installed Wamp server too to work with wordpress. Because wampserver is effective tool which helps to work with wordpress. Here I am going to share you an alternative way, that is to use Web Platform Installer instead installing a Wamp server. I hope you will like this.

Background

I was using wamp server to work with wordpress. That is fine, but it will make some conflicts between our IIS and Skype in our machines, since both apache server and IIS and Skype uses same port (port 80) for the operations. If you need some solutions for those issues, you can see here:

  • Solutions For Wamp Server Not Starting Issue
  • Resolve Port Conflicts Between Wamp Server And Skype
  • WordPress Without Wamp Server

    First thing you need to do is, installing Web Platform Installer. You can download this from Microsoft Web Platform Installer. Once you downloaded it, please go ahead and install.

    Open Microsoft Web Platform Installer. And search for WordPress.

    Install WordPress Through Web Platform Installer

    Install WordPress Through Web Platform Installer

    Now Select WordPress and click on Add and then click Install. Now you can see MySQL configuration page as follows. Give the password you need to set for root.

    My SQL Configuration

    My SQL Configuration

    Now click on Continue. Now you will be shown the perquisites to be downloaded. Just click I Accept to download MySQL and WordPress.

    Perquisites to be downloaded

    Perquisites to be downloaded

    Now just wait for the process to be completed. This process will install WebMatrix which we are going to use as the platform to work with WordPress, MySQL, WordPress, IIS 8 which is compatible with WebMatrix.

    Installing MySQL and WordPress

    Installing MySQL and WordPress

    Note: If you have installed IIS 10 in your machine, the WebMatrix won’t work. To make it work, you may need to uninstall IIS 10 and install IIS 8.

    Once you have installed everything. Go to your applications and open WebMatrix.

    WebMatrix Login

    WebMatrix Login

    Once you logged in, you can see a home page as follows.

    WebMatrix Homepage

    WebMatrix Homepage

    Click new–> App Gallery–> WordPress –> Click next.

    Wordpress in WebMatrix

    WordPress in WebMatrix

    Type your site name and click next. Finally click OK. Now you can see your wordpress is installed and it will asked for initial set ups. If you are new to set up wordpress I suggest you to see here: Set up WordPress in Your Local

    One you have done the initial set up, you will be able to login to your wordpress site. And you can see your files in your WebMatrix application.

    Wordpress Site Home In WebMatrix

    WordPress Site Home In WebMatrix

    You can run your wordpress site by clicking the button Run.

    You can see your database under database section and also you can see the data and edit.

    Database In WebMatrix

    Database In WebMatrix

    Change Port In WebMatrix

    You can change the port to any number you wish in WebMatrix. For that go to Site tab–> Select your site –> Settings. In the localhost textbox you can edit the port.

    Changing Port In WebMatrix

    Changing Port In WebMatrix

    Have a happy blogging!!!.

    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

    TagsWeb Platform InstallerWebMatrixWordpressWordpress Without Wamp Server
    Previous Article

    Resolve Port Conflicts Between Wamp Server And ...

    Next Article

    Using MVC Grid In MVC

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

    SibeeshVenu

    I'm neither an expert nor a guru. I have been awarded Microsoft MVP 2 times , C# Corner MVP 4 times, DZone MVB( Most Valuable Blogger). I always love to learn new technologies, I believe the one who stop learning is old. You are always welcome to ask any doubts if you have any, I would be more than happy to help. Please feel free to follow me on any social media network, I really like to get connected with you.

    Related articles More from author

    • ArticleCodeProjectHow toWordpress

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

      May 7, 2017
      By SibeeshVenu
    • ArticlePHPWordpress

      Add related posts in each posts in WordPress

      July 14, 2015
      By SibeeshVenu
    • Scratching_Head
      ArticleWordpress

      Most Needed WordPress Plugins

      January 25, 2016
      By SibeeshVenu
    • Adding end points in Azure Virtual Machine
      ArticleAzureDatabaseMySQLVirtual MachineWordpress

      Link Your MySQL Database To Azure Virtual Machine And WordPress

      September 24, 2015
      By SibeeshVenu
    • File Explorer
      ArticleWordpress

      Briefly unavailable for scheduled maintenance Check back in a minute

      July 1, 2016
      By SibeeshVenu
    • WordPress login
      ArticleAzureHow toWordpress

      Change your Azure Website URLto your cname for all Posts and Categories

      June 1, 2015
      By SibeeshVenu

    Recommends for you

    • February 2016 Month Winners In C-Sharp Corner
      AchievementsArticleC-Sharp CornerMonthly WinnersNews

      February 2016 Month Winner In C-Sharp Corner

    • cdn-overview
      ArticleAzureAzure CDNHow to

      Azure Content Delivery Network (CDN) – A Walk Through

    • Create_Virtual_Machine_In_Azure
      ArticleAzureVirtual Machine

      Create Virtual Machine In Azure

    • ArticleCareer AdviceDatabaseInterviewQ&ASQLSQL Server

      SQL Interview Questions And Answers

    MICROSOFT MVP (2)

    profile for Sibeesh Venu - Microsoft MVP

    Stack Overflow

    profile for Sibeesh Venu at Stack Overflow, Q&A for professional and enthusiast programmers

    C# CORNER MVP

    profile for Sibeesh C# Corner - A Social Community of Developers and Programmers

    DZONE MVB

    profile for Sibeesh Venu - DZone MVB

    CODE PROJECT

    TIMELINE

    • April 7, 2018

      What’s the Difference Between OneDrive and Onedrive for Business Win 10

    • March 28, 2018

      How to Fix Exchange Server Dirty Shutdown State Errors

    • March 26, 2018

      Implementing Guard in Angular 5 App

    • March 17, 2018

      Office 365 Export PST Tool – Great Results with 100% Accuracy

    • March 17, 2018

      Migrate Files From OneDrive to OneDrive for Business by SysTools

    • March 7, 2018

      Continue With Learning Indexes in MongoDB

    • March 2, 2018

      Learn MongoDB With Me – Part 2

    • February 22, 2018

      Video: 21 Easy Tips for Healthy Life

    • ArticleMicrosoft WindowsWindows 10

      What’s the Difference Between OneDrive and Onedrive for Business Win 10

      Introduction Unless you are completely ignorant of cloud technology, you must have heard of the term OneDrive. These days we also hear about OneDrive for Business (ODfB). Some people even ...
    • Article

      How to Fix Exchange Server Dirty Shutdown State Errors

      Introduction About Dirty Shutdown State Error Microsoft Exchange Server database works with Extensible Storage Engine (ESE), which is also known as the JET engine at the core. This Jet engine ...
    • AngularArticle

      Implementing Guard in Angular 5 App

      Introduction This post is a continuation of the course Developing an Angular 5 App series if you haven’t gone through the previous posts yet, I strongly recommend you to do ...
    • ArticleMicrosoft OfficeMicrosoft WindowsProductsSoftwareWindows 10Windows 7Windows 8.1

      Office 365 Export PST Tool – Great Results with 100% Accuracy

      Introduction Generally, users do not consider backing up their data. Once they start working on any specific application, they do not think about other hindrances which can come in between. ...
    • ArticleMicrosoft WindowsSysToolsWindows 10Windows 7Windows 8.1

      Migrate Files From OneDrive to OneDrive for Business by SysTools

      Introduction “I was having around 300GB of documents in my one domain of OneDrive tenant. Due to some official purpose, I had to copy them in an another ‘OneDrive for ...

    Archives

    • April 2018
    • March 2018
    • February 2018
    • December 2017
    • November 2017
    • October 2017
    • September 2017
    • July 2017
    • June 2017
    • May 2017
    • April 2017
    • March 2017
    • February 2017
    • January 2017
    • December 2016
    • November 2016
    • October 2016
    • August 2016
    • July 2016
    • June 2016
    • May 2016
    • April 2016
    • March 2016
    • February 2016
    • January 2016
    • December 2015
    • November 2015
    • October 2015
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • January 2015
    • December 2014
    • November 2014
    • October 2014
    • August 2014
    • December 2013

    Recent Posts

    • What’s the Difference Between OneDrive and Onedrive for Business Win 10
    • How to Fix Exchange Server Dirty Shutdown State Errors
    • Implementing Guard in Angular 5 App
    • Office 365 Export PST Tool – Great Results with 100% Accuracy
    • Migrate Files From OneDrive to OneDrive for Business by SysTools
    • Continue With Learning Indexes in MongoDB
    • Learn MongoDB With Me – Part 2
    • Video: 21 Easy Tips for Healthy Life
    • Learn MongoDB With Me
    • Why Office 365 Calendar Permissions Not Working- Solution
    • SQL Log File Corruption and Possible Recovery Methods
    • Creating a Chat Application in Node JS with Express, MongoDB, Mongoose and Socket.io
    • Using MongoDB on Node JS Application Using Mongoose
    • Implement Validations in Angular 5 App
    • Generating Your First Components And Modules in Angular 5 App

    ABOUT ME

    I am Sibeesh Venu, an engineer by profession and writer by passion. I’m neither an expert nor a guru. I have been awarded Microsoft MVP, C# Corner MVP, DZone MVB. My hobbies are reading, writing, blogging and riding my Royal Enfield Thunderbird.

    Sibeesh Passion is a non-profit organization which is created for sharing knowledge and widen our thoughts. You are welcome to be a part of it.

    CONTACT ME

    • X 384 / A, Katrikkal House, Vembilly Post, Kunnathunadu Panchayat, Ernakulam - 683565, Kerala, India
    • 08893 08893 2
    • info@sibeeshpassion.com

    TAG CLOUD

    Achievements ADOMD Angular Angular 5 Angular JS article Article Of The Day Asp.Net Azure C# c-sharp corner Career Advice chart code snippet CSharp CSS CSS3 Database HighChart How To HTML5 HTML5 Chart Interview Javascript JQuery jquery functions JQWidgets JQX Grid Json Microsoft MongoDB MVC News Node JS Products Royal Enfield SQL SQL Server Visual Studio Visual Studio 2017 VS2017 Web API Windows Windows 10 Wordpress

    Follow Me

    HOW MAY I HELP YOU

    • Home
    • About
    • Communities
    • Search
    © Copyright Sibeesh Passion 2018-2019. All Rights Reserved.