Friday, December 20, 2013

owncloud on Centos 6

Installation

go to https://fedoraproject.org/wiki/EPEL
and install the latest epel into your centos

#  wget http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
#  rpm -i epel-release-6-8.noarch.rpm

Then now go to http://owncloud.org/install/
to get the latest owncloud version

# wget http://download.opensuse.org/repositories/isv:ownCloud:community/CentOS_CentOS-6/isv:ownCloud:community.repo

then now install owncloud

# yum install owncloud

-----------------------------------------------------------------------------------------------
Tweak

max upload size
edit max upload size can be done at
/var/www/html/owncloud/.htaccess
you will notice got this value inside it and you can change according to your prefrence



php_value upload_max_filesize 513M
php_value post_max_size 513M
php_value memory_limit 512M


No comments:

Post a Comment