How to Install WordPress
Follow the detailed instruction on how to install WordPress on your web hosting for manual installation of the latest WordPress version.
Contents
Step 1: Downloading WordPress Installation Package
To begin the installation process, first, you’re required to download WordPress package from its official website. Always download the latest version from the given link: https://wordpress.org/download
- Download the zip file on your local computer with a web browser in case you’re uploading WordPress to the remote web server.
- Locate the installation package just downloaded and extract it to a new folder.
Step 2: Uploading WordPress Files on Server
There are three options available for uploading WordPress on your hosting
- Upload via FTP,
- Try to upload via File Manager
- Upload via Secure Socket Shell (SSH)
Step 3: Developing MySQL Database and User
For this, you need to have an access to cPanel to your hosting account. In general, the WordPress stores information in the database in the form of content, text files, WordPress themes, Plugins etc. For creating the database, you need to follow these instructions:
- Login to your cPanel Account.
- Under the database section, select the MySQL Database Wizard.
- Enter database user details. Click next step.
- Enter database username and password to create a database user and click create a user.
- Click on All Privileges checkbox to add a user to the database and then click next step.
- End the task and remember the username-password.
Step 4: Configuring wp-config.php
In order to connect our database with WordPress account, create a wp-config.php file. A wp-config.php file contains information which will tell the WordPress which database to use and extract information. This step will ensure that the right database is associated with the WordPress account for its successful installation.
- Log on to cPanel.
- Under File Section, click File Manager.
- Select Web Root in the pop-up box and select the checkbox for Show Hidden Files, then select Go.
- Go to file manager, select public_html in order to expand the folder.
- Select folder WordPress Installation.
- Under the file manager, locate wp-config.php and click Rename File to change the name.
- Go to on the wp-config.php by the right clicking and click on Code Edit.
- Modify the name of the database with the database you created earlier. Replace Username_here with the username and password_here with the password.
- Click Save changes and close the files.
Step 5: Run the Installation
To run the installation script, go to the installation page in a new browser window.
Step 6: Complete the Installation
On this page, fill in the following fields:
- Site Name
- Username and password
- Email address
- Select whether you have a search engine index website.