Installing Wordpress

From Cheeky Factor
Revision as of 21:41, 30 August 2023 by Garyf (talk | contribs)

Status: Resolved
Publication date: 2017-12-31
Last edited by: Garyf
Last updated: 2023 - 08 - 30

The problem

I used to be a Joomla! type of person. That was until 2014 when things kept breaking and simply not working. I started using WordPress instead when a company I worked for decided to switch from Joomla! to WordPress. This was really the first experience I had with WordPress, since I have primarily used WordPress with the occasions of using other systems such as MediaWiki, depends what work at the time I have on and what system is required.

To install WordPress, there are two ways of doing this, the easy way, and the hard way (but not that hard). I will go into more detail on the hard way soon, but first I will touch on the easy way.

The resolution

Please note: cheekyfactor.com or the owners of this site cannot be held responsible if things go wrong. You perform these tasks at your own risk.


Device: Server
Operating system: Ubuntu
Software: Wordpress

Guidance for Server, Ubuntu, Wordpress

Easy Install of WordPress

Most hosting providers use cPanel, or something equivalent. As part of cPanel you have Softaculous, find WordPress:

An image of the softalicious section within cPanel
An image of the softalicious section within cPanel

Click on it:

An image of the Wordpress entry on Softalicious.
An image of the Wordpress entry on Softalicious.

Go to the install page, complete the details and install.

A screen showing the install questions that is required for Wordpress on Softalicious.
Install Wordpress using Softalicious

Click on install. Job done.


Device: Server
Operating system: Ubuntu
Software: Wordpress

Guidance for Server, Ubuntu, Wordpress

A harder way to install WordPress, but not that difficult

This is still relatively easier, and WordPress do have an already comprehensive pages on how to install WordPress.

You will need to be able to create databases and have access to the file system.

cPanel database creation

If you are using cPanel you will need to create the database first using the database area:

A panel showing the Database options in cPanel
A panel showing the Database options in cPanel

Click on MySQL® Databases and create a new database:

This shows how to create a new database in cPanel
This shows how to create a new database in cPanel

Scroll down and create a new user:

Create a database user for MySQL
Create a database user for MySQL

Scroll a little further and associate the user with the database:

Assign test user to test database
Assign test user to test database

Click add, and set up the permissions, generally select all:

Database permissions for the user
Database permissions for the user

Make those changes.

phpMyAdmin database creation

If you aren’t using cPanel then you will need to create the database up in phpMyAdmin, navigate to it, in this example localhost/phpmyadmin. You may need to install phpMyAdmin.

Click on the Database tab: