Computersnyou

How To Install Owncloud 9 Server On Ubuntu

Posted on  3/10/2016

I posted about Own-cloud 8.0 setup exactly 13 months ( 1 year one one month ) ago, Now Own-cloud development team announced the release of owncloud 9 yesterday , so let me again show you how to setup owncloud 9 community edition in your ubuntu server .

Whats New

1. Collaboration

Groups have now access to collaboration tools , such as global activity streams and version rollback, the ability to post comments and add tags . Users with file access may post comments on a file, with others being notified when this is done. more about collaboration tools

2. Federation

he concept behind Federation is to allow users to have shared files and folders even when using different servers.

3. Scalability

The ownCloud 9 release features a new storage API that allows for deeper integration with storage solutions and an updated sharing code, designed to handle more shares with more users.

Minor Enhancements
  • standalone updater
  • Code signed package

Install and Setup

Add owncloud repositories

For ubuntu 14.04 LTS

wget -qO - https://download.owncloud.org/download/repositories/stable/xUbuntu_14.04/Release.key | sudo apt-key add - 

echo 'deb http://download.owncloud.org/download/repositories/stable/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/owncloud.list 

For ubuntu 15.10

wget -qO - https://download.owncloud.org/download/repositories/stable/xUbuntu_15.10/Release.key | sudo apt-key add - 
echo 'deb http://download.owncloud.org/download/repositories/stable/xUbuntu_15.10/ /' | sudo tee /etc/apt/sources.list.d/owncloud.list 

Now lets install

sudo apt-get update 
sudo apt-get install owncloud 

and now , open http://YOURSERVERIP/owncloud go through normal setup instructions , its highly recommended to choose data directory outside webroot /var/www folder , owncloud by dfault use sqlite3 database but to get good performance use MySQL or PostgreSQL database .

Gallery

<div class="col-sm-6 col-lg-6">
  <a class="thumbnail img-thumbnail" href='/wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.26.42-PM.png'><img width="217" height="300" src="/wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.26.42-PM-217x300.png" class="attachment-medium size-medium" alt="" srcset="/wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.26.42-PM-217x300.png 217w, /wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.26.42-PM.png 532w" sizes="(max-width: 217px) 100vw, 217px" /></a>
</div>
<div class="col-sm-6 col-lg-6">
  <a class="thumbnail img-thumbnail" href='/wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.31.40-PM.png'><img width="300" height="134" src="/wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.31.40-PM-300x134.png" class="attachment-medium size-medium" alt="" srcset="/wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.31.40-PM-300x134.png 300w, /wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.31.40-PM-768x344.png 768w, /wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.31.40-PM-1024x459.png 1024w, /wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.31.40-PM.png 1918w" sizes="(max-width: 300px) 100vw, 300px" /></a>
</div>
<div class="col-sm-6 col-lg-6">
  <a class="thumbnail img-thumbnail" href='/wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.11.04-PM.png'><img width="227" height="300" src="/wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.11.04-PM-227x300.png" class="attachment-medium size-medium" alt="" srcset="/wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.11.04-PM-227x300.png 227w, /wp-content/uploads/2016/03/Screen-Shot-2016-03-10-at-5.11.04-PM.png 641w" sizes="(max-width: 227px) 100vw, 227px" /></a>
</div>

Next ..

Very soon I will post how to setup owncloud with NGINX ,PHP 7 ,PostgreSQL and REDIS to get the max performance . stay tunes subscribe to our mailing list to get that post in your inbox