Install ownCloud on CentOS 6 / RHEL 6

ownCloud is a web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. Data will be stored on the server and can be downloaded or access any time with browser. The project is based on PHP and a SQLite, MySQL, Oracle or PostgreSQL database, so it can run on all platforms that meet these requirements. It provides almost all possibility of functions that are available on commercial suites; it is released under AGPLv3 license, so you can setup own cloud storage server without any additional cost; commercial version of ownCloud is also available.

Features:

The following are the list of features available on ownCloud.

  • File storage in conventional directory structures (also via WebDAV)
  • Cryptography
  • Synchronization of personal computers
  • Calendar (also as CalDAV)
  • Task scheduler
  • Address book (also as CardDAV)
  • Music streaming (through Ampache)
  • User and group administration (via OpenID or LDAP)
  • Sharing of content across groups or public URLs
  • Online text editor with syntax highlighting and code folding
  • Bookmarking
  • URL shortening Suite
  • Photo gallery
  • PDF viewer (using pdf.js)
  • Viewer for ODF Files (.odt, .odp, .ods)

New Features in ownCloud 5:

  • New User interface
  • Restore Deleted files.
  • contact groups
  • New powerful search
  • File Version
  • Mount External Storage (Dropbox, FTP, Google docs etc)
  • Migration and backup
  • Application store

More

Here is the small guide to setup ownCloud 5 on CentOS 6.

Prerequisites:

As mentioned earlier, it is based on PHP and database combination, database can be any of the above four. So install PHP, Apache web server and MySQL server on CentOS 6. For demo purpose i installed both SQLite and MySQL on CentOS, we will talk about reason behind later.

yum install httpd php php-mysql mysql-server mysql sqlite php-dom php-mbstring php-gd php-pdo

Disable SELinux

vi /etc/selinux/config
SELINUX=disabled

Download and Setup:

Download ownCloud from official website or enter the fallowing command on terminal.

wget http://download.owncloud.org/community/owncloud-5.0.5.tar.bz2

Extract the archive.

tar -jxvf owncloud-5.0.5.tar.bz2

Move ownCloud under Apache server document root.

mv owncloud /var/www/cloud

Allow the web server to read and write the files on cloud directory.

chown -R apache.apache /var/www/cloud/

Create Database: (Optional)

MySQL server must be started before creating the database, login to MySQL server.

mysql -u root -p

Create database called “clouddb”

create database clouddb;

Allow “clouddbuser” to access the “clouddb” database on localhost with predefined password.

grant all on clouddb.* to 'clouddbuser'@'localhost' identified by 'password';

Configure Apache server:

While configuring Apache web server, it is recommended that you to enable .htaccess to get a enhanced security features, by default .htaccess is disabled in Apache server. To enable it, open your virtual host file and make AllowOverride is set to All.For example, here i used external config file instead of modifying main file.

vi /etc/httpd/conf.d/cloud.conf

Add the following.

<IfModule mod_alias.c>
Alias /cloud /var/www/cloud/
</IfModule>
<Directory “/var/www/cloud”>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>

Remember to restart all services related to Apache server.

Configure ownCloud:

Open up web browser, point a URL to http://127.0.0.1/cloud ( http://Your-custom-domain). Browser will automatically take you to ownCloud setup page where it must be configured before going to live. Enter admin user name, password, data folder location and database details. You can choose any one of the database from SQLite or MySQL. If you choose SQLite database, you do not require to enter database details.

where as MySQL database requires database user, password and data base name.

Now you can start upload a file via browser, alternately you can download ownCloud client to upload the files.

That’s All!.

centos 6cloudowncloudrhel 6
Comments (8)
Add Comment
  • DDSameera

    my images are missing….after installed

  • Gonzalo

    Claiming are profit individuals on motorbility who
    do not pay the insurance themselves,(speaking from proof) its time this authorities tried to do one thing its self instead of backing
    issues. You should merge all of the insurance policies you have got in your autos into a single
    coverage. Having insurance is not just an possibility however it is required by legislation if one desires to drive a car.

  • angry birds stella hack

    It’s remarkable in support of me to have a site, which is valuable in support of my know-how.
    thanks admin

  • heat hack free download

    Thanks a lot for sharing this with all people you actually recognise what you’re speaking approximately!
    Bookmarked. Please additionally seek advice from my website =).

    We will have a link trade agreement between us

  • M

    I know this if off topic but I’m looking into starting my own weblog and was wondering what
    all is needed to get setup? I’m assuming having a blog like
    yours would cost a pretty penny? I’m not very web savvy so I’m not 100% positive.

    Any tips or advice would be greatly appreciated. Kudos

  • AvG

    Hi and thanks for the guide.
    Now, how do you handle the obsolete php version?

  • Repossession Software

    Then you are able to just fill the on the internet form which usually
    saves your time and energy , as you don’t have for one to
    visit the business in individual. So, log onto the Internet today, and find out
    why choosing a property and investment sourcing company can provide you with instant equity in a variety of
    properties, and an immediate return on your investment.
    If you want to pretext and do your own skip tracing, research carefully the laws about this.

  • Active8

    This was EXACTLY what I needed. Thank you!