owncloud

  • OwnCloud with NginX and PostgreSQL

    This quick tutorial will help you run the OwnCloud with NginX and PostgreSQL on Ubuntu 14.04. Add the necessary repo to /etc/apt/sources.list: [bash]# nginx stable deb http://nginx.org/packages/ubuntu/ trusty nginx deb-src http://nginx.org/packages/ubuntu/ trusty nginx # nginx mainline deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx deb-src http://nginx.org/packages/mainline/ubuntu/ trusty nginx[/bash] Update system: [bash]apt-get update apt-get dist-upgrade[/bash] Install nginx: [bash]apt-get install nginx[/bash] Install dependencies for…

  • Setup cloud storage service like dropbox with owncloud

    OwnCloud provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. This tutorial guides how to setup a cloud storage service like dropbox with owncloud on CentOS 6.x. This guide also help to do selective sync with owncloud clients. More information about this software…