How to install WordPress
Step by step guide on how to install WordPress

Search for a command to run...
Step by step guide on how to install WordPress

No comments yet. Be the first to comment.
In this series of articles, I will present how to use the most popular CMS system in the world.
Hey 👋, I'm back with a new blog post after a long break! This past week, I’ve been diving deep into integrating push notifications into a mobile app. If you've ever wondered how they work and why they’re so effective, this post is for you! What Are ...

I'm back again with a new blog post. The idea for this post came very spontaneously. I'm currently investing a lot of time in my new development project, and I came up with how to further secure the application. As a solution to this issue, quite a f...

Node.js is an engine that allows us to run JavaScript outside the browser. Many applications today are powered by Node.js, offering numerous advantages and a few drawbacks. However, my intention today is not to introduce Node.js or JavaScript. Today,...

I have said many times that computer science is a huge field in which everyone can find themselves. Being a computer science student has its advantages and benefits, and one such advantage is what GitHub offers with its GitHub for Education program a...

Open Graph is an Internet protocol created by Facebook to standardize the display of metadata on social networks. What advantages does it bring? Open Graph brings advantages when displaying a website on social networks. Open Graph makes our posts mor...

WordPress is the most popular CMS system in the world (about 40% of pages using WordPress).
I have been using WordPress for half a year for various purposes. And I want to introduce others to how to create a website.
Prerequisites:
Download the latest version of WordPress on the WordPress website.

During the transfer, you can go cook one cup of☕ or 🍵 to make the next steps easier.
Because most web hosting providers offer a control panel [cPanel] (https://cpanel.net/), I will also show you how to install WordPress with the control panel [cPanel] (https://cpanel.net/).
We must first create a database, which will store information about the website.
MySQL Database Wizard button in the control panel. The wizard will allow us to create a database and a user.
In most cases, the database has a prefix (our cPanel login username), so the full database name will be prefix_ + database_name. The same goes for the database user in the next step.

We need to assign a username and password to the user. The username is usually the same as the database name. The password must be secure. We must not forget this information, because we will still need it.

The easiest (and also the least secure) is to give the user all permissions.

So, we created a database, for our website.
I hope you still have some coffee or tea from before or the previous step was already too strenuous😊.
Now it's time to upload the downloaded zip file to our server.
File Manager button.
public_html and open it. Now comes the moment when we upload WordPress to the server.

Extract button. It may happen that it will create a folder named wordpress, in this case, we click on it and select all the files in it and move them to one folder up.

Now let’s go visit our website. We enter our domain name in the browser. And if all went well, we will see our WordPress configuration wizard.


localhost, in case of using a database hosted elsewhere then you would enter that address.



Some web hosting providers offer a Softaculous auto-installer that simplifies WordPress installation to the smallest.
I hope you learned something new. Until next time, with new tutorials on WordPress.
For even more content, you can follow me on my Twitter.