[Cachet](https://cachethq.io/) is an open source status page system written in PHP. Cachet source code is hosted on this [Github repo](https://github.com/CachetHQ/Cachet). In this article we will go over the Cachet installation process on CentOS 7 using a PHP, MariaDB and Nginx software stack. - Git - PHP version 5.5.9 or greater - HTTP server with PHP support. This guide will use Nginx. - A supported database: MySQL/MariaDB, PostgreSQL or SQLite. This guide will use MariaDB. - Composer ......