Topic :- In this lesson we are going to take our first step towards WordPress Installation.
What We will Cover Here:-
- Basic Requirement For wordpress Installation.
- How to host site locally in Windows operating system.
- How to Installation Of Apache, Mysql, PHP in windows.
- Little details About WAMP/XAMPP.
As all of we Know World’s Approx. 20% of Sites are currently running on WordPress CMS (Content management System) and have certain requirement. in this chapter we will not cover what is CMS or WORDPRESS we will move ahead it’s Installation details.So, Now What is the basic requirement for WordPress??As This is CMS built on PHP language we need
- Apache server (Where we will Host our site ).
- PHP
- My SQL (or PHPMyAdmin) where our data will store.
As Window Operating system is the most common OS. We will see here how to fuflfill our above requirment.
Installing WAMP/XAMPP in windows?
WAMP :- Windows Operating System, Apache(Web server), MySQL Database and PHP Language.XAMPP:- X (any Operating System), Apache (Web server), MySQL Database, PHP Language.We can download and install it as a normal software in windows. Please follow the linkWAMP :- http://www.wampserver.com/en/XAMPP:- https://www.apachefriends.org/download.html/
For rest of the process you can see My Video Below.