How to install Nextcloud on CentOS 7
www.unixmen.com › installing-nextcloud-centos-7Remember, Nextcloud is a cloud storage system. In this guide we’ll look at how to install and configure it on a CentOS 7 system, with Nginx as the web server, and MariaDB as the database. Install Nginx and PHP7-FPM. First of all, add the EPEL repository, which contains Nginx: # yum install epel-release. Next, install Nginx: # yum install nginx