How to Install Phorum with Nginx on CentOS 7
How to Install Phorum with Nginx on CentOS 7Phorum is a PHP and MySQL based Open Source forum software. In this guide, we will guide you step-by-step through the Phorum installation process on the CentOS 7 operating system using Nginx as the web server, MariaDB as the database, and acme.sh and Let’s Encrypt for HTTPS.RequirementsRequirements for running Phorum are:NginxPHP version 5.2 or greaterMySQL/MariaDB version 5.0 or greaterPrerequisitesA CentOS 7 operating system.A non-root user with sudo privileges.Initial stepsCheck your CentOS version:cat /etc/centos-release# CentOS Linux release 7.6
Read More »