Comments on How to Install ownCloud 9.1 with Nginx and MariaDB on CentOS 7

OwnCloud is a server software for data synchronization and file sharing with an easy to use web frontend. OwnCloud can be installed on a Linux or Windows server, it is easy to configure and has a comprehensive online documentation. The native client is available for Windows, MacOS and Linux (Desktop Application). There is also a mobile app for Android and iOS. This tutorial describes the installation of Owncloud 9.1 on CentOS 7 with Nginx web server and MariaDB database.

7 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Junia Carrese

Try also Nextcloud. It is a fork of ownCloud, where apparently, almost all developers are working on it. Very much activity and nice functionalities. :)https://nextcloud.com and is also on Github https://github.com/nextcloud

By: till

We have tutorials for Nextcloud already in the queue and will publish them soon.

By: Alex

Why use a self signed certificate when you can get free certs from letsencrypt

By: till

Let'sencrypt certs can only be used when you have an external domain name that exists in DNS at the time you create the cert and your server must be reachable from the internet as letsencrypt tries to contact your server on port 80 on the domain name before it issues the ssl cert. So you can not use that e.g. in company networks where you are working with a local domain name or where access from the internet to this server on port 80 is not permitted.

By: cleao

Don't forget to systemctl enable mariadb, if not you've got a blank page after restart.

By: Juan Mera

Thanks, simple and efficient

Juan L. Mera

By: Vibri

Hi all, 

I have problem with SElinux, 

semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/nginx/html/owncloud/data(/.*)?'semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/nginx/html/owncloud/config(/.*)?'semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/nginx/html/owncloud/apps(/.*)?'semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/nginx/html/owncloud/assets(/.*)?'semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/nginx/html/owncloud/.htaccess'semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/nginx/html/owncloud/.user.ini'

How to enabled SElinux ?  I try in /etc/selinux/config change mode, but nothing change. Any help, How to fix ? 

sudo semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/nginx/html/owncloud/data(/.*)?'

ValueError: SELinux policy is not managed or store cannot be accessed.