ownCloud是一套open source的云端存储套件,实现网盘的功能。
官方网站: www.owncloud.org
官方网站http://doc.owncloud.org/server/6.0/admin_manual/installation/index.html提供了多种环境下的多种安装方法,安装非常的简单当然是Linux Distributions
cd /etc/yum.repos.d/ wget http://download.opensuse.org/repositories/isv:ownCloud:community/CentOS_CentOS-6/isv:ownCloud:community.repo yum install owncloud
我在安装过程中出现了Error:
Error: Package: owncloud-5.0.7-4.1.noarch (isv_ownCloud_community) Requires: php-pear-Net-Curl Error: Package: owncloud-5.0.7-4.1.noarch (isv_ownCloud_community) Requires: php-pear-MDB2-Driver-mysqli You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
通过Google,还需要 install missing repo:
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum install owncloud
原文:http://netside.blog.51cto.com/766556/1360443