Skip to content

Instantly share code, notes, and snippets.

@alanzhaonys
Last active March 5, 2020 17:06
Show Gist options
  • Save alanzhaonys/1f13a45415bb75e1a741f68da0dc4e72 to your computer and use it in GitHub Desktop.
Save alanzhaonys/1f13a45415bb75e1a741f68da0dc4e72 to your computer and use it in GitHub Desktop.
Centos 8 Own Cloud Installation
https://download.owncloud.org/download/repositories/production/owncloud/
CentOS_8 owncloud-files-10.4.0-1
Run the following shell commands as root to trust the repository.
rpm --import https://download.owncloud.org/download/repositories/production/CentOS_8/repodata/repomd.xml.key
Run the following shell commands as root to add the repository and install from there. You either need 'dnf upgrade' or 'dnf install' depending on whether you already have an older version installed or not.
dnf config-manager --add-repo http://download.owncloud.org/download/repositories/production/CentOS_8/ce:stable.repo
dnf clean all
dnf install owncloud-files; dnf upgrade owncloud-files
Download packages manually (without adding a repo)
https://kifarunix.com/install-owncloud-server-on-centos-8/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment