Installing Wordpress: Difference between revisions
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
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 ==== | ====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]] | [[File:CPanelDB panel.png|alt=A panel showing the Database options in cPanel|none|frame|A panel showing the Database options in cPanel]] | ||
| Line 41: | Line 41: | ||
Make those changes. | Make those changes. | ||
==== phpMyAdmin database creation ==== | ====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]. | 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: | Click on the Database tab: | ||
[[File:PhpMyAdmin create database.png|alt=The create database tabe in phpMyAdmin|none|frame|The create database tabe in phpMyAdmin]] | |||
Under “create database” give the database a name and create, your database has been created. | |||
Download a copy of [https://wordpress.org/download/ WordPress] open in archive manager: | |||
[[File:Archive manager Wordpress contents.png|alt=Archive manager Wordpress contents|none|frame|Archive manager Wordpress contents]] | |||
Using either FTP or Filemanager in your cPanel, or as I am in this instance, navigating using folders: | |||
[[File:Wordpress in directories.png|alt=Empty directory ready for Wordpress files|none|frame|Empty directory ready for Wordpress files]] | |||
Extract the files from the archive to the folder you are install WordPress into: | |||
[[File:Extract Wordpress into directores.png|alt=Extract Wordpress into directores|none|frame|Extract Wordpress into directores]] | |||
In your browser navigate to your wordpress folder, in this instance localhost/wordpress | |||
[[File:Wordpress setup screen.png|alt=This is the initial screen that is displayed when installing Wordpress|none|frame|Wordpress setup screen 1]] | |||
Click on Let’s go! | |||
}} | }} | ||
Revision as of 21:32, 2 September 2023
Status: Resolved
Publication date: 2017-12-31
Last edited by: Garyf
Last updated: 2023 - 09 - 2
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:
Under “create database” give the database a name and create, your database has been created.
Download a copy of WordPress open in archive manager:
Using either FTP or Filemanager in your cPanel, or as I am in this instance, navigating using folders:
Extract the files from the archive to the folder you are install WordPress into:
In your browser navigate to your wordpress folder, in this instance localhost/wordpress
Click on Let’s go!












