WordPress is known for being one of the most popular content management systems (CMS) out there, WordPress is used by over 30% of the top 10 million websites in the world and continues to be one of the hottest platforms out there today. Plus, you can use it whether you want to set up a personal website or create an online business!
Installing WordPress is a simple process that only takes about five minutes. But if you’re new to the software, installing WordPress may seem difficult.
As long as you follow these easy steps to install WordPress, you should be well on your way to building something that looks great in no time!
What are the requirements for installing WordPress?
To install WordPress, first, you will need a domain name and the best cheap web hosting services that knows WordPress. We highly recommend that you use Interserver because they will give you various features with affordable prices, good ratings, and a longstanding reputation.
Next, you must decide the type of WordPress installation which suits your needs. Numerous methods use different software and platforms including cPanel, FTP with FileZilla, and MySQL.
With these requirements in place, you’ll have everything you need to get started!
How to Install WordPress via cPanel?
Cpanel is a popular software used by many web hosting companies ( such as Interserver or HostGator). It provides website owners with a simple web-based interface to manage their hosting accounts. Steps to install WordPress through cPanel, are the most common method used by web hosting providers.
Note: When you sign up for hosting, your host should provide you with login details for cPanel.
- Log into your cPanel account and scroll down to the Softaculous Apps Installer section.

- Find WordPress in the list of available applications and click on its icon.
- On the next page, select the version of WordPress you want to install, as well as the domain name on which you want to install it.
- Make sure to fill in your Site Name, Site Description, Admin Username, Password, and Email, and choose your preferred language.

- Once you finish filling out the form, click Install. It will take a couple of minutes.

How to Installing WordPress Manually?
Before you can get started with your new WordPress site, you need to sign up for web hosting. This will give you a place to store your website files and make them accessible to the public. Once you have found a web host that meets your needs, you can follow these steps to install WordPress manually:
Step 1: Download WordPress
Download the latest version of WordPress from WordPress.org. Save the zip file to an appropriate location; such as your desktop as it will be no trouble to find there. Once WordPress has downloaded the zip file onto your computer, it’s time to unzip the downloaded file.

Step 2: Upload WordPress file to hosting account
There are three available options for uploading WordPress to your hosting account. You can accomplish this one of three ways:
- Uploading via FTP (File Transfer Protocol)
- Uploading via File Manager
- Uploading SSH (Secure Socket Shell)
Step3: Create the MySQL Database and User
Create a MySQL database and assign a MySQL user to it with full permissions. For detailed instructions follow the steps:
- Login to your cPanel, Username, and password will be provided at your email account.
- Go to the Databases section, then click the MySQL Database icon.

- Create A Database, enter the database name, and click Next Step.

- Create Database Users, enter the database user name and password, and click Create User.

- Add User to the Database, click the All Privileges checkbox, and click Next Step.

- Congratulations!! You have successfully created your database.
Step 4: Configure wp-config.php
In this step, we need to tell WordPress where your database is and how to access it, using the wp-config.php file. In a nutshell, this file tells WordPress where to find every element of your site in the database. As you can imagine, it’s a key WordPress core file. Follow the instructions below to configure your WordPress files:
- Navigate to File Manager under the Files section of your cPanel.

- Click on the public_html folder located in the sidebar.

- In the right-hand panel of the File Manager, locate the wp-config-sample.php file and rename it.

- Right-click on it, and select the Edit button.
- When the file opens, look for the following information:
/** The name of the database for WordPress */ define( ‘DB_NAME’, ‘database_name_here’ ); /** MySQL database username */ define( ‘DB_USER’, ‘username_here’ ); /** MySQL database password */ define( ‘DB_PASSWORD’, ‘password_here” ); /** MySQL hostname */ define( ‘DB_HOST’, ‘localhost’ ); |
- Replace database_name_here, username_here, and password_here with your MySQL credentials created earlier. Remember to include the alphanumeric strings.
- When you’ve finished editing, click the Save & Close button.
Step 5: Run the Installation Script
To run the installation script, open web browser and enter your domain name with wp-admin//install.php. For example (yourdomainname.com/wp-admin/install.php)
- After entering the URL in your web broser, choose the desired WordPress language from a predefined list of languages. Once you choose the preferred one, click Continue.

- Now, you’ll need to fill out the following fields:
- Site Title – This can be changed at a later time.
- Username – Set the WordPress Username which will later be used to login to the WordPress Admin Dashboard.
- Password- A strong password will be automatically generated for you, but you can choose your own.
- Your Email- Login information will be sent to this email address, so make sure it is an email address you have access to.
- Search Engine Visibility- If you want your website to show up in search engine results, leave this unchecked. If you do not want your site indexed, then you can check this box.
- Finally, click “Install WordPress”. You should now be able to log into WordPress with your username and password.
