How to install NodeBB Forum with Nginx and Let’s Encrypt SSL on Ubuntu 20.04 LTS
How to install NodeBB Forum with Nginx and Let’s Encrypt SSL on Ubuntu 20.04 LTSNodeBB is a modern forum software powered by Node.js which uses MongoDB/Redis as database platforms. It uses web sockets for instant interactions and real-time notifications.In this tutorial, we will learn how to install NodeBB forum on a Ubuntu 20.04 based server.PrerequisitesAn Ubuntu 20.04 based server with non-root user having sudo privileges.Minimum 2GB RAM. If your server has only 1GB RAM, its best to enable a swap partition.Make sure everything is updated.$ sudo apt update && sudo apt upgrade
Few essential p