How to install WordPress on Localhost?
WordPress is an open-source platform and is available for free. As its creators intended WordPress can be used by anyone, from a complete beginner to a seasoned developer.
A WordPress website can be set up as a "one-click install" on a hosting platform.
Alert!
Before installing WordPress on localhost, you must have XAMPP installed on your PC.
Installation Process
1. Go on site https://wordpress.org/, and download WordPress's latest version.
2. Now create a New Folder at the following address
Local Disk (C:) > xampp > htdocs
3. Copy the downloaded WordPress Zip file and extract it to the newly created folder.
Local Disk (C:) > xampp > htdocs > New Folder
4. Now Run the XAMPP server and start the modules
1: Apache
2: MySQL
http://localhost/phpmyadmin/
The dashboard will appear. Follow these steps to create New Database.
1. Click on the Database tab.
2. Copy the name of your created folder in Local Disk (C:) > xampp > htdcs > New Folder
3. Click on Create tab
The database will be created. Now close this tab.
http://localhost/Folder Name/
Here Folder Name is your created folder in Local Disk (C:) > xampp > htdocs > New Folder
Comments
Post a Comment