Accessible Computer Podcast

Accessible Computer Podcast


Installing WordPress manually as a screen reader user

April 17, 2019

A while ago I have recorded a podcast episode about WordPress installation via Softaculous, but at this time I have decided to show you how to install a WP website on your server manually.
Why manually? Because is coming with some advantages.
You can create a DB name as you like, and you can upload, straight on, the WordPress package with the desired plugins and themes.
Also, you can manage separate the files from FTP, and Database file, in case of a crush.
When Softaculous is used if you decide to remove the installation the DB also is removed.
I have encountered a couple of situations when, in hurry, I have deleted accidentally the wrong website because the check box ticked was related with the website below the one wanted to be removed.
Anyway, it is a double warning there asking you if you really wish to remove that installation because is not possible to undo the task.
My fault, of course, to not pay attention to second warning, but good for me to know how to repair everything here.
Another thing for a manual installation is the possibility to name the database as you like. A meaningful name helps me to identify the DB for each domain easily when I must deal with DB management.
Softaculous tends to name the DB/username randomly and similar which is not always good.
Enough with pros and cons, but not before saying Softaculous is a very good option for commodity or new blog developers.
If you wish to install manually a WordPress website, you need to meet some requirements:
1. To have a hosting account somewhere preferable with LAMP. LAMP stands from Linux, Apache, MySQL, PHP.
2. A domain names
3. A copy of WordPress downloaded from www.wordpress.org.
4. An FTP client like FileZilla
5. A text editor like Notepad.
6. A program for unzip like 7zip or WinRAR.
7. Internet connection.
If you wish to have the same hosting service and interface like me just contact me.
A domain name could be purchased together with hosting. In this way the domain price is cheaper.
The FTP client FileZilla can be downloaded from here.
Download 7zip from here.
Let’s start the job now!
You have to do 4 steps as following:

* Create a MySQL database in your cPanel
* Modify your config file from the downloaded WordPress package
* Upload the modified WordPress folder content to your server using FileZilla client
* Run the instalation wizzard accessing your domain name in browser

Creating MySQL database
Go to your cPanel and login.
Assuming you have a domain and hosting purchased, you must type in your browser the name of your domain followed by slash cPanel and press enter. Use credentials provided by your hosting provider and login.
Under MySQL data base wizard create a new DB and a new user.
Tick the box “all privileges” and press next.
Make a note of the DB details like name/user/password.
Keep in mind, in cPanel with LAMP the database name will be like your cPanel username underline Database name.
AE: If my cPanel user name is Adrian and the new created DB is named ice-cream the final name will be Adrian_icecream and the user will be Adrian_DBusername where DBusername will be the user for DB.
Password and DB name/user are case sensitive.
Create an e-mail for the domain where WordPress will be installed in case of ...