Tag Archives: Ubuntu

How to Install Monica CRM with Nginx on Ubuntu

What is Monica? Monica is a great open source personal relationship management system. –  MonicaHQ Prerequisites Git PHP 7.4+ Composer Node.js Yarn MySQL Nginx Install Prerequisite Packages Git sudo apt update sudo apt install -y git PHP 7.4+ sudo apt-get install -y software-properties-common Install PHP 7.4 and required Extensions sudo apt install -y php7.4 php7.4-bcmath…

Read More

How to Generate Self Signed SSL Certificates

!WARNING! Self-signed certificates should not be used in production. Almost all the websites nowadays have https enabled and it’s really useful to have https enabled environment while developing. Getting an https enabled environment might cost you money but there is an alternate way of enabling https with self-signed certificates. In this post, we are going to see how we can create self-signed…

Read More