[Bolt](https://bolt.cm/) is an open source CMS written in PHP. Bolt's source code is hosted on [GitHub](https://github.com/bolt/bolt). This guide will show you how to install Bolt CMS on a fresh CentOS 7 Vultr instance. The steps in this tutorial were written for Bolt 3.4.9, but will likely work on newer versions as well. Make sure your server meets the following requirements. - PHP 5.5.9 or higher - The following common PHP extensions: - pdo - mysqlnd (to use MySQL as a database) ......