-
System Requirements for WordPress
-
Database − MySQL 5.0 +
-
Web Server − WAMP (Windows) LAMP (Linux) XAMP (Multi-platform) MAMP (Macintosh)
Download WordPress and server
- Download WordPress from the link https://wordpress.org/download/
- download XAMP or any local web server.
WordPress Installation
-
Create Store Database
- WordPress requires MySQL database
- go to http://localhost/phpmyadmin/
- create a new empty database with user/password
-
Set Up Wizard
Step (1)
- Extract the downloaded WordPress folder and upload it into your web server or localhost
- in case of local host, move the WordPress folder to xampp/htdocs/
Step (2)
- Open your browser and navigate to your WordPress file path
- https://localhost/wordpress/
- you will get the screen of WordPress installer
- Select your language and click on Continue.
Step (3)
- you can view the information needed for the database before proceeding with installation.
- Click on Let’s go!
Step (4)
- Here, you have to enter the information about the MySQL database.
- Database Name − Enter the database name which you have created in MySQL database for WordPress.
- Username − Enter the user name of your MySQL database.
- Password − Enter the password which you had set for MySQL database.
- Database Host − Write the host name, by default it will be localhost.
- Table Prefix − It is used to add prefix in the database tables which helps to run multiple sites on the same database. (by default -wp)
- click on Submit button.
Step (5)
- WordPress checks the database setting and gives you the confirmation screen.
- Click on Run the install
Step (6)
- Enter administrative information.
- It contains the following fields −
- Site Title − Enter the name of the site
- Username − Enter the username for login
- Password twice − Enter password two times to protect your site.
- Your E-mail
- indexing Privacy − allows the search engine to index this site after checking the checkbox.
After filling all the information, click on the Install WordPress button. Step (7)
- Click on Log In button.
- After clicking on login, you will get a WordPress Admin Panel as depicted in the following screen
- Enter the username and password & click on the Log In button.