LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   From scratch how to install owncloud on centos 6 (https://www.linuxquestions.org/questions/red-hat-31/from-scratch-how-to-install-owncloud-on-centos-6-a-4175456264/)

ooseven 03-31-2013 10:56 AM

From scratch how to install owncloud on centos 6
 
Hello, I been trying to get owncloud to work. I can install owncloud:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/reposit...community.repo
yum install owncloud

## RHEL/CentOS 6 32-Bit ##
# wget http://download.fedoraproject.org/pu...6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm

## RHEL/CentOS 6 64-Bit ##
# wget http://download.fedoraproject.org/pu...6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm

I can install LAMP.

I can not get it to show owncloud in browser to start the owncloud wizzard to setup user and password. Do I have to change my network config to get that to come up so I can set that up?

John VV 03-31-2013 05:10 PM

from the owncolud web site the instructions for centos6 are
https://owncloud.org/sync-clients/#linux
http://software.opensuse.org/downloa...wncloud-client

Code:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/reposit...oud:devel.repo
yum install owncloud-client

and apache and needed programs
Code:

su -
yum groupinstall "Web Server"
------ optional but very nice to have -----
yum install phpMyAdmin awstats

you will also have to configure apache,php,mysql, phpmyadmin and awstats so that they work


All times are GMT -5. The time now is 08:33 AM.