Installing Wordpress: Difference between revisions
(Created page with "{{Header |Status=Resolved |PubDate=2017-12-31 |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 an...") |
No edit summary |
||
| Line 23: | Line 23: | ||
|Operating system=Ubuntu | |Operating system=Ubuntu | ||
|Software=Wordpress | |Software=Wordpress | ||
|Guidance=== A harder way to install WordPress, but not that difficult == | |Guidance===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. | 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. | 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: | If you are using cPanel you will need to create the database first using the database area: | ||
[[File:CPanelDB panel.png|alt=A panel showing the Database options in cPanel|none|frame|A panel showing the Database options in cPanel]] | |||
Click on MySQL® Databases and create a new database: | |||
[[File:Create test DB.png|alt=This shows how to create a new database in cPanel|none|frame|This shows how to create a new database in cPanel]] | |||
Scroll down and create a new user: | |||
[[File:Create a database user for MySQL.png|alt=Create a database user for MySQL|none|frame|Create a database user for MySQL]] | |||
Scroll a little further and associate the user with the database: | |||
[[File:Assign test user to test database.png|alt=Assign test user to test database|none|frame|Assign test user to test database]] | |||
Click add, and set up the permissions, generally select all: | |||
[[File:Database permissions for the user.png|alt=Database permissions for the user|none|frame|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 [http://cheekyfactor.com/2017/12/31/install-phpmyadmin-on-fedora/ install phpMyAdmin]. | |||
Click on the Database tab: | |||
}} | }} | ||
Revision as of 21:41, 30 August 2023
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:
Click on it:
Go to the install page, complete the details and install.
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:
Click on MySQL® Databases and create a new database:
Scroll down and create a new user:
Scroll a little further and associate the user with the database:
Click add, and set up the permissions, generally select all:
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:







