About WordPress
If there is a popular cms in today’s, then that is the WordPress. WordPress is becoming a most popular cms (content management system) because of his flexibility. WordPress is a open source platform which written in PHP and work with MySQL and It gives user friendly interface which helps to user to setup his website in few minutes. After complete the setup it gives the administrator console whose help to control whole website.
Prerequisites
Ubuntu 20.04 Server – ( Configure on Ubuntu )
Lets do it !!
Fire up on Ubuntu and navigate the terminal on desktop. We need to install the required configurations for the WordPress installation. Hence to store the database we have to install the Mariadb server on ubuntu.

Now install the php which is the part of LAMP ( Linux Apache MySQL phpmyadmin ) setup.

Lets start the mysql server by using the following command.

You can change the following configuration as per your need. Now create the database for wordpress.
Create a username and password for control the wordpress database.
Give the grant privileges to the user to control the database.
Update the rules and get exit.

WordPress Installation
Download the latest version of wordpress cms from official website using the wget command.

Extract it by using the following command on current directory.

Copy the wordpress folder on /var/ww/html/ directory.
Chage the ownership of wordpress directory.
Give some important permission

Create a sub directory in wp-content folder of wordpress.
Again change the ownership of the upload directory.

Now you are almost near to wordpress installation. Again start your apache server and enter IP address on browser.

After selecting the language the database configuration page will come on your browser in which you have to enter the same credentials which were create in the Mariadb server.

Now click the following option and proceed to next.

Now you can create the user and password as your comfort because it will be used to access the admin console of wordpress.

Enter your administrator credentials.

Great !! WordPress will is successfully installed in Ubuntu and now you can create your website in few minutes.

Post a Comment