OwnCloud installation in RHEL6.5

  I have Use owncloud-6.0.0a.tar.bz2 Tar on RHEL6.5

Please follow these commands to installation OwnCloud....

# yum install php-mysql php-json php-xml php-mbstring php-zip php-gd curl php-curl php-pdo -y

Note:- In installing OwnCloud occurred some php dependency, so i recommend this RPM which fulfill All dependency ( PHP 5.3.3-26.el6.x86_64 ).

# yum install http* -y

# cd /var/www/html

# wget http://download.owncloud.org/community/owncloud-6.0.0a.tar.bz2

# tar -xvf owncloud-6.0.0a.tar.bz2

# chown -R apache.apache owncloud

# wget ftp://mirror.switch.ch/pool/4/mirror/scientificlinux/6rolling/x86_64/os/Packages/php-mbstring-5.3.3-26.el6.x86_64.rpm

# rpm -ivh php-mbstring-5.3.3-26.el6.x86_64.rpm

# /etc/init.d/httpd  restart

# /etc/init.d/mysqld  restart

# mysqladmin password "redhat"

# mysql -u root -p
  ********

mysql> CREATE DATABASE own;
mysql> CREATE USER 'own'@'localhost' IDENTIFIED BY 'own';
mysql> GRANT ALL PRIVILEGES ON `own` . * TO 'own'@'localhost';
mysql> quit

# /etc/init.d/mysqld  restart

# /etc/init.d/httpd  restart

Go to web Browser and put the URL:-

http://localhost/owncloud

put the UserName & Password
UserName => admin
Password => admin






Enjoy................ 





Comments

Popular posts from this blog

PCS Corosync Pacemaker Cluster Mariadb using NFS

How to install and configure node js and PM2 in rhel7

How to Create or Configure iSCSI Server and Clinet