Klaas Freitag
ocfreitag
Involved Projects and Packages
Klaas' home project. This is my Playground.
If you are looking for Kraft packages (the famous KDE software for people operating a small business), please check the project home:kfreitag:Kraft for packages.
For CentOS, RHEL please enable the EPEL repository.
yum install wget
## RHEL7, CentOS7:
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
rpm -ivh epel-release-7-2.noarch.rpm
## RHEL6, CentOS6:
# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/e/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_7/isv:ownCloud:desktop.repo
yum install owncloud
CAUTION: For RHEL 6/7, we actually build against the respective CentOS repos.
CAUTION: The names CentOS_6, CentOS_7 are used in the packaging test suite.
The names CentOS_CentOS_6, CentOS_CentOS_7 are deprecated, to be removed.
For CentOS, RHEL please enable the EPEL repository.
yum install wget
## RHEL7, CentOS7:
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
rpm -ivh epel-release-7-2.noarch.rpm
## RHEL6, CentOS6:
# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/e/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_7/isv:ownCloud:desktop.repo
yum install owncloud
CAUTION: For RHEL 6/7, we actually build against the respective CentOS repos.
CAUTION: The names CentOS_6, CentOS_7 are used in the packaging test suite.
The names CentOS_CentOS_6, CentOS_CentOS_7 are deprecated, to be removed.
These are pre releases of ownCloud for testing purposes.
The ownCloud sync client - github.com/owncloud/client
ownCloud client enables you to connect to your private
ownCloud Server. With it you can create folders in your home
directory, and keep the contents of those folders synced with your
ownCloud server. Simply copy a file into the directory and the
ownCloud Client does the rest.
ownCloud gives you anytime and anywhere access to the files you
need, whether through this desktop application, our mobile apps,
the web interface, or other WebDAV clients. With it, you can
easily view and share documents and information in a secure,
flexible and controlled architecture. You can extend ownCloud
with plug-ins from the community, or that you build yourself.