Site icon Ubuntu Free

Install OwnCloud 6 On Ubuntu Server 14.04

Install owncloud 6 on linux
[mwm-aal-display]

What is OwnCloud

ownCloud is an enterprise-grade file sync and share solution that is as easy to use as consumer-grade products, but is hosted in your data center, on your servers, using your storage. ownCloud integrates seamlessly into your IT infrastructure, allowing you to deliver file sharing services that conform to your data security and compliance policies. Your employees will love ownCloud’s clean, professional user interfaces; you’ll enjoy peace of mind, knowing that your data is under IT control at all times. With over 1.3 million users, ownCloud is the preferred file sharing solution for enterprises everywhere.

Reference: OwnCloud.com

OwnCloud 6 Features

Install OwnCloud 6 with Command Line

If you are running Server Ubuntu 14.04 run the following command in your terminal:

  1. sudo sh -c “echo ‘deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /’ >> /etc/apt/sources.list.d/owncloud.list”
  2. sudo apt-get update
  3. sudo apt-get install owncloud
Exit mobile version