Author name: Bob Do

Backup Infrastructure Setup

Backup Infrastructure Setup

We will create the required directories and files for our backup infrastructure environment. a. Manual Creation b. Automatic Creation a. Manual Creation We will build a backup infrastructure manually without using automated Bash scripts. Create Backup Infrastructure Folders 1. Create a master directory for the backup in the var directory, let’s give it the name:

Backup Infrastructure Setup Read More »

Create New MySQL Database

Create New MySQL Database

Every website needs unique MySQL database as well as unique MySQL database user. Create Database User Change Database User Password Create Empty Database Delete Database Grant Database Privileges to the User See All Database Users 1. The first thing to do before you create a new MySQL database is to login to MySQL (MariaDB) console

Create New MySQL Database Read More »

Install PHP on Ubuntu

Install PHP on Ubuntu

If you haven’t installed iRedMail email server and would like to host websites only without the email server, you need to install PHP on Ubuntu with Nginx and MariaDB manually. The Aforementioned three components come as default with the iRedMail installation. It’s advisable to install PHP before Nginx webserver to pick some configurations from the

Install PHP on Ubuntu Read More »

Install Nginx on Ubuntu

Install Nginx on Ubuntu

Nginx is a high performance webserver because it uses an event‑driven processing approach. That is why, it is faster than other webservers. We will Install Nginx on Ubuntu 20.04 LTS server. In case you already installed iRedMail on your server, you don’t need to install Nginx on Ubuntu separately as it’s included in iRedMail installation. a.

Install Nginx on Ubuntu Read More »