Install ownCloud 8.x on CentOS 7
-
Just wanted to confirm that these instructions still work, while I don't think we have any version of ownCloud 9 that will install and work correctly in a current release of CentOS.
-
@travisdh1 said in Install ownCloud 8.x on CentOS 7:
Just wanted to confirm that these instructions still work, while I don't think we have any version of ownCloud 9 that will install and work correctly in a current release of CentOS.
These instructions all work perfectly. Sorry about a bit of the rambling to get SELinux working fully.
-
@JaredBusch said in Install ownCloud 8.x on CentOS 7:
@travisdh1 said in Install ownCloud 8.x on CentOS 7:
Just wanted to confirm that these instructions still work, while I don't think we have any version of ownCloud 9 that will install and work correctly in a current release of CentOS.
These instructions all work perfectly. Sorry about a bit of the rambling to get SELinux working fully.
Speaking of which. I've been setting one up for my personal use on RamNode.... they have SELinux disabled and no firewall turned on by default on CentOS6. On their CentOS7 they've done something even worse and firewalld isn't able to install/run using the normal commands, so you have to fall back to iptables direct. If anyone else offered 150GB of storage on a VPS for $5/month I'd probably switch over that.
-
So just as an added piece of information: If you are using Digital Ocean or Vultr they disable SELinux by default to make it easier for their users (not saying it's right but I read in articles that was their logic). In order to enable it you need to install selinux-policy-targeted
On reboot SELinux will be enforcing.