How To Install WordPress – Step by Step Guide

In the previous article, we installed and configured PHP, Apache, and MySQL. In this article, we’ll keep hosting WordPress on our own server. If you have purchased hosting or are connected to the remote computer, you can use FileZilla to connect to the remote server and transfer files; otherwise, skip to the next step.

WordPress is the most popular content management system (CMS) based on PHP and MySQL. It is free and open-source.

It is extremely simple to set up a WordPress blog/website with features such as a plugin architecture and a template system.

WordPress is the most popular and open-source content management system (CMS). As of October 2021, it was used by more than 42.7 percent of the top 10 million websites. It is the most widely used blogging system on the Internet, with over 60 million websites using it.

So, if you want to create a blog or website, WordPress is a good option.

How to install WordPress

Prerequisites

  • The latest version of WordPress from wordpress.org
  • Web hosting with cPanel
  • An FTP client (We will use FileZilla in this tutorial)

Are you confused in wordpress.com and wordpress.org? Clear your confusions.

Download WordPress from wordpress.org

  • First of all download the .zip file of WordPress from wordpress.org. The version at the time I’m writing this blog is 4.1 which is something 6.4MB.
download latest wordpress in linux
  • After you have downloaded WordPress .zip file unzip/extract it somewhere on your computer (for ease extract it on desktop).
extract wordpress files
  • Now login to your web hosting services and open cPanel. Here we’ll host our WordPress files .zip that we have just extracted. So login to your domain name or create a new one if you don’t have already.
create domain for wordpress hosting
  • After you’ve created domain login to it and create a MySQL database.
web hosting cpanel to create mysql
  • In your cPanel like the above search for MySQL database and click to get similar fields like below. Fill out the database name, user name, and passwords of your MySQL database and note down all information.
create database to host wordpress
  • Database creation is done. Now upload the WordPress files that we extracted on our desktop. [that we extracted here]
  • We need an FTP client to upload WordPress files. Here I am using FileZilla, a free FTP client.

You can download an older version of FileZilla from Software Center.

  • After you have installed FileZilla FTP client, connect to the web hosting. Enter your host and user name (that we created here) and the password of your MySQL database (that we created here). Done! You’re now connected to your database.
  • Now drag the WordPress folder content (that we extracted here) to your web server database in the folder named ‘public-html’ and wait for the files to upload.
connect to host server using filezilla ftp client
  • You’ve all done setting up your file. Now it’s time to set up WordPress. Open up the web browser and type in URL bar ‘yourdomain.com/wp-admin’ (the domain that we created here)
  • Then you will see a screen like this –

Skip to this step if you are installing WordPress locally.

login to wordpress dashboar
  • Select your language.
fill out mysql database info
  • Click let’s go to enter MySQL database info (that we created here).
wordpress mysql database info
  • After you click submit you’ll see this message and click Run the install.
install wordpress on web host linux
  • Fill out title of your site/blog and your desired username and password and email id. This username and pass will be used to login to your WordPress dashboard to manage sites/blog.
type blog info of wordpress
  • Click Install WordPress and you’re done! You’ve installed And setup WordPress on your web hosting server.
wordpress is successfully installed on web server
  • Now to access your dashboard. Type in the URL bar
yourdomain.com/wp-admin
  • Enter the username and password that we just created [that we created here].
login to wordpress dashboard

Congratulation! You’re in your dashboard.

blog post in wordpress dashboard

Manage your blog create posts and so on… WordPress is full of features and hundreds of plugins and themes. Enjoy blogging with the most popular CMS.

SHARE THIS POST

MassiveGRID Banner

Leave a Reply

Your email address will not be published. Required fields are marked *