Install gpEasy CMS with NGINX and PHP5-FPM on an Ubuntu 14.04 VPS

gpeasycmsIn this article we will show you how to install gpEasy CMS on a Ubuntu 14.04 VPS using Nginx web-server and PHP5-FPM.

gpEasy is a simple and powerful CMS. It was designed to be an easy to use, but lightweight and fully functional content management system (CMS).

gpEasy CMS doesn’t require you to setup any databases and allows you to edit your website on the fly since it’s flat-file based.

Nginx is a lightweight but very powerful web server. It’s known to be ultimately stable and high-performance HTTP server.

PHP5-FPM stands for PHP5 FastCGI Process Manager and it is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

We’ll assume that unzip is installed on your Linux VPS. If not, run the following command to install the program:

Read More