Install and configure Nginx on Ubuntu 20.04 to Deploy a Laravel Application
One of the most popular web server is Nginx. It is lightweight. 1. Lets install Nginx on your Ubuntu 20.04 server: 2. Lets configure the firewall ufw List the application…
Let's learn together
One of the most popular web server is Nginx. It is lightweight. 1. Lets install Nginx on your Ubuntu 20.04 server: 2. Lets configure the firewall ufw List the application…
Supervisor used to monitor process in Linux operating system, and helps to automatically restart our queue:work process if it fails. Lets install Supervisor on Ubuntu, using the following command: Lets…
We must stay with current stable release of any language specially if it is PHP.Lets learn how to upgrade from php 7.2 to php 7.4 Install PHP 7.4 Lets install…
There are several ways to install and configure complete production server using Ubuntu I have figure out one of them which is easy to me. So I don’t want to…
If anything goes wrong with our installation of phpmyadmin or PHP or Apache2 or MariaDB and we want to remove anyone of them we could use bellow commands as needed.…
As we learned installation of Apache2 and PHP now final step is to install phpMyAdmin and configure. To do that, run the commands below FOR PHP7.2