Articles by Blago Eres
-
How to Install NodeBB Forum on CentOS 7
Author: Blago Eres • Tags: centos, linux, web server • Comments: 0NodeBB is a Node.js based forum software built for the modern web. In this guide, we will walk you through the step-by-step NodeBB installation process on the CentOS 7 operating system.
-
How to Compile Brotli from Source on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, ubuntu, web server • Comments: 0Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods.
-
How to Install Croogo CMS on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, server, ubuntu • Comments: 0Croogo is a free, open source Content Management System (CMS) written in PHP. It is powered by CakePHP MVC framework. This tutorial shows the installation of Croogo on Ubuntu 18.04 LTS.
-
-
How to Install Cachet Status Page System on Debian 9
Author: Blago Eres • Tags: debian, linux, monitoring, nginx • Comments: 1Cachet is a beautiful and powerful open source status page system written in PHP that allows you to better communicate downtime and system outages to your customers, teams, and shareholders. In this tutorial, we will install Cachet status page system by utilizing PHP, Nginx, MariaDB, and Composer.
-
How to Build NGINX from source on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, nginx, ubuntu • Comments: 13In this tutorial, we will build NGINX with all available modules in open source version of NGINX and we will use mainline version which is at 1.15.0 at the time of this writing.
-
How to deploy Ghost Blog with Nginx on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, ubuntu, web server • Comments: 4
Ghost is a completely open source (MIT license) blogging platform, that is gaining popularity among developers and ordinary users. In this tutorial, we are going to set up and deploy a secure Ghost blog with the help of Ghost's Ghost-CLI tool on an Ubuntu 18.04 LTS server using Let's Encrypt, Acme.sh, Node.js, npm, Yarn, NGINX and MySQL/MariaDB.