Install ownCloud 8.x on CentOS 7
-
@wirestyle22 said:
@scottalanmiller said:
@wirestyle22 said:
@scottalanmiller said:
@wirestyle22 said:
So I performed this install specifically because I wanted to go through the uprgrade process to oC 9.0 All I can see is to download the owncloud-files package. Is that really all that is required?
If you use RPM, you should not even need to download something.
rpm --import https://download.owncloud.org/download/repositories/9.0/CentOS_7/repodata/repomd.xml.key
wget http://download.owncloud.org/download/repositories/9.0/CentOS_7/ce:9.0.repo -O /etc/yum.repos.d/ce:9.0.repo^this?
Ah yes, you need the repo. But nothing beyond that.
so just the bottom line or both parts? (sorry)
You CAN skip the key, but it is good to have it.
-
@scottalanmiller said:
@wirestyle22 said:
@scottalanmiller said:
@wirestyle22 said:
@scottalanmiller said:
@wirestyle22 said:
So I performed this install specifically because I wanted to go through the uprgrade process to oC 9.0 All I can see is to download the owncloud-files package. Is that really all that is required?
If you use RPM, you should not even need to download something.
rpm --import https://download.owncloud.org/download/repositories/9.0/CentOS_7/repodata/repomd.xml.key
wget http://download.owncloud.org/download/repositories/9.0/CentOS_7/ce:9.0.repo -O /etc/yum.repos.d/ce:9.0.repo^this?
Ah yes, you need the repo. But nothing beyond that.
so just the bottom line or both parts? (sorry)
You CAN skip the key, but it is good to have it.
Awesome. Thanks!
-
Worked like a charm
-
As an alternative I also tried to do yum -y upgrade owncloud and that worked as well
-
@wirestyle22 said:
As an alternative I also tried to do yum -y upgrade owncloud and that worked as well
The original instructions in this post explicitly setup the 8.2 repo not the generic repo. So that is why it would not upgrade to 9.
wget http://download.owncloud.org/download/repositories/8.2/CentOS_7/ce:8.2.repo -O /etc/yum.repos.d/ce:8.2.repo
-
@JaredBusch said:
@wirestyle22 said:
As an alternative I also tried to do yum -y upgrade owncloud and that worked as well
The original instructions in this post explicitly setup the 8.2 repo not the generic repo. So that is why it would not upgrade to 9.
wget http://download.owncloud.org/download/repositories/8.2/CentOS_7/ce:8.2.repo -O /etc/yum.repos.d/ce:8.2.repo
I see. Thanks!
-
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.