[Craft CMS](https://craftcms.com/) is an open source CMS written in PHP. Craft CMS source code is hosted on [GitHub](https://github.com/craftcms/cms). This guide will show you how to install Craft CMS with Nginx on a fresh FreeBSD 12 Vultr instance. Craft requires the following: * PHP version 7.0 or greater with the following extensions: * `ctype` * `curl` * `gd` or `imagemagick` * `iconv` * `json` * `mbstring` * `openssl` * `pcre` * `pdo` * `pdo mysql` * `pdo postgre......