Comments on How to Install OwnCloud 8 with Nginx and MariaDB on CentOS 7
OwnCloud is a server software for data synchronisation 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 8 on CentOS 7 with nginx webserver and MariaDB database.
9 Comment(s)
Comments
How to set up on nginx with owncloud & pydio?
I tried first, set up owncloud in my server (Centos 7.0).
Then, create xe_db in MariaDB. After download xe and unzip /usr/share/nginx/html/.
I think that Restart MariaDB and nginx, i will see xe home page on my localhost address.
but, i saw just owncloud's homepage.
How to i will fix?
Anybody please help me.
It is same for me, followed directions and end up with nginx default page only.
I followed this completely. However, I get the nginx default page. I don't get a redirect, and when I append IP address with "/owncloud" I get a 404 error. This should be easier than it is, I suppose, but I thought I'd ask.
Disabling SELINUX is a BAD IDEA, particularly if your OC is web facing. It's really simple to configure the rules. OwnCloud includes documentation on howto made selinux play nicely.
https://doc.owncloud.org/server/8.0/admin_manual/installation/selinux_configuration.html
hmmz
it seems that i can't use the updates after folowing this installation guide.I always get the message that i must read the log read log.When i refresh my page i can do the update but get these errors.
Security & setup warnings php does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.Please check the installation documentation for php configuration notes and the php configuration of your server, especially when using php-fpm. Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken. Error occurred while checking server setup The "Strict-Transport-Security" HTTP header is not configured to least "15768000" seconds. For enhanced security we recommend enabling HSTS as described in our security tips.can someone please help met out with this
Very nice steps! Easy to follow and precise.Don't forget chown -R nginx:nginx "/usr/share/nginx/html" else the admin will run into 403 permission errors!Also, look into adding some error logging into Nginx configuration (via /var/log/nginx)
followed the guide.index.php gets downloaded if you goto http://<host ip>/owncloud (nothing on http://<host ip> )
php not setup corretly?
how to enable ldap ,an error :the library ldap is not available,
when i install php-ldap,but it still have this error ,
how to solve it .thanks a lot !
very good