Archives

Install OwnCloud 8 with Nginx and MariaDB on CentOS 7

Prerequisites CentOS 7 To Do These are the steps that we will do in this tutorial: Disable SELinux and configure firewalld. Instal and configure Nginx, MariaDB, php-fpm. Create a database and configure SSL. Install OwnCloud. Configure a virtualhost for OwnCloud. Test OwnCloud in the browser. Disable SELinux and configure firewalld To disable SELinux, edit the file /etc/sysconfig/selinux, …

Read More

How to Install LAMP in Centos 7

Looking for CentOS help? Visit our CentOS 7 help and tutorials page. LAMP, as acronym for Linux, Apache, MySQL and PHP represents an Open Source web development platform that uses Linux operating system, Apache web server, MySQL database, and PHP as the scripting language. Together, these components have what it takes to build a robust web …

Read More