Articles by Blago Eres
-
How to Enable Brotli Compression in Nginx on CentOS 8
Author: Blago Eres • Tags: centos, linux, nginx • Comments: 0Brotli is a generic-purpose lossless compression algorithm developed by Google. This tutorial will show you how to add Brotli support to the Nginx web server on CentOS 8 server.
-
How to Install Microweber Website Builder on FreeBSD 12
Author: Blago Eres • Tags: nginx, php, server, web server • Comments: 1Microweber is a drag and drop website builder and a powerful next-generation CMS. This tutorial will show you how to install Microweber on a fresh FreeBSD 12 system with Nginx as a web server and MariaDB as a database engine.
-
How to Install DokuWiki with Nginx and Let's encrypt SSL on CentOS 8
Author: Blago Eres • Tags: centos, linux, nginx • Comments: 1DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. This tutorial will show you how to install DokuWiki on a CentOS 8 server.
-
-
How to Install FAMP Stack (Apache / MySQL / PHP) on FreeBSD 12
Author: Blago Eres • Tags: apache, freebsd, mysql, php, web server • Comments: 7The FAMP stack, which is akin to a LAMP stack on Linux, is a collection of open-source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web applications. FAMP is an acronym that stands for FreeBSD (operating system), Apache (HTTP server), MySQL/MariaDB (database server), and PHP (programming language to process dynamic PHP content).
-
How to Install DokuWiki with Nginx and Let's encrypt SSL on Debian 10
Author: Blago Eres • Tags: debian, nginx, php, web server • Comments: 1DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. This tutorial will show you how to install DokuWiki on a fresh Debian 10 (buster) server.
-
How to Setup FEMP Stack (FreeBSD, Nginx, MySQL 8 and PHP 7.4) on FreeBSD 12
Author: Blago Eres • Tags: freebsd, mysql, nginx, php, web server • Comments: 3FEMP is an acronym that stands for FreeBSD (operating system), Nginx (HTTP server pronounced Engine-x), MySQL (database server), and PHP (programming language to process dynamic PHP content). In this tutorial, we'll set up components of a FEMP stack on a FreeBSD 12.1 server using pkg, the FreeBSD package manager.
-
How to Install Monica Personal Relationship Manager on CentOS 8
Author: Blago Eres • Tags: centos, linux, nginx, web server • Comments: 0Monica is an open-source Personal Relationship Management (PRM) web application designed to organize interactions with your loved ones. This tutorial will go over Monica installation on CentOS 8.
-
How to Install Microweber Website Builder on Debian 10
Author: Blago Eres • Tags: debian, linux, nginx, web server • Comments: 2Microweber is a drag and drop website builder and a powerful next-generation CMS and based on the PHP Laravel Framework. This tutorial will show you how to install Microweber on a fresh Debian 10 (buster) system with Nginx as a web server and MariaDB as a database engine.
-
How to Install Shopware with NGINX and Let's Encrypt on FreeBSD 12
Author: Blago Eres • Tags: freebsd, nginx, web server • Comments: 1This tutorial will walk you through the Shopware Community Edition (CE) installation on FreeBSD 12 system by using NGINX as a web server.
-
How to Manage Packages with pkg Binary Package Manager on FreeBSD 12
Author: Blago Eres • Tags: freebsd • Comments: 0In this tutorial, you will learn about binary package management via pkg on FreeBSD 12 operating system which is the most recent version at the time this article is being written. Most of the stuff also applies to the earlier FreeBSD 11 version.