Did you also make the config.php file accessible for the web server user ? The error message is not clear about this.
Cheers, Vincent On 08/29/2014 05:52 PM, Sudhir Khanger wrote: > Hello, > > I am trying to install ownCloud 7 in a CentOS 7 VirtualBox image. > > --------------------------------------------------- > > * Enabled ownCloud OBS repo[1]. > * Enabled EPEL repo[2]. > * Installed LAMP[3]. > > yum install owncloud > > Mysql setup > > mysql -u root -p > CREATE DATABASE owncloud > GRANT ALL ON owncloud.* TO owncloud@localhost IDENTIFIED BY 'PASSWORD'; > flush privileges; > exit > > Directory permissions > chown -R apache:apache /var/www/html/owncloud/ > chmod 777 /var/www/html/owncloud/config/ > chmod 750 /var/www/html/owncloud/data > > vi /etc/httpd/conf/httpd.conf > <Directory "/var/www/html"> > Options Indexes FollowSymLinks > AllowOverride All > Require all granted > </Directory> > > -------------------------------------------- > > When I opened the localhost-ip/owncloud it took me to Can't write into config > directory! error but I have already made config folder universtally writable > (which makes me nervous). And I have tried addind the primary user to the > apache group. I still get the config directory error. > > [1] > http://download.opensuse.org/repositories/isv:ownCloud:community:7.0/CentOS_CentOS-7/isv:ownCloud:community:7.0.repo > [2] https://fedoraproject.org/wiki/EPEL > [3] > https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-7 > > _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
