[Grav](https://getgrav.org/) is an open source flat-file CMS written in PHP. Grav source code is publicly hosted on [GitHub](https://github.com/getgrav/grav). This guide will show you how to install Grav CMS on a fresh CentOS 7 Vultr instance. - Web Server (Apache, Nginx, LiteSpeed, Lightly or IIS). In this guide we will use Nginx. - PHP 5.5.9 or higher Check the CentOS version. cat /etc/centos-release Create a new *non-root* user account with `sudo` access and switch to it. ......