Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2015-12-15 19:11:10
Size: 329
Comment: Added ownCloud page with definition
Revision 7 as of 2016-02-15 14:30:40
Size: 1888
Comment: Fix a character causing issue with conversion
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
ownCloud is a self-hosted file sync and share server. It provides access to your data through a platform to view, sync and share across devices. ownCloud’s functiunnality are available via plugins. ownCloud is a self-hosted file sync and share server. It provides access to your data through a platform to view, sync and share across devices. Calendars and Contacts feature will help you keeping google at a nice distance. ownCloud's functionalities are native or available via plugins (Collaborative Editing, Play Music, Watch Movies, Store Passwords, Dashboard, Mozilla Sync...) via https://apps.owncloud.com/

=== Installation ===

Clicking on the ownCloud application in Plinth will show an installation prompt. Proceed to install. After the installation, visit the /owncloud link provided in the ownCloud page. First time installation wizard will show up asking for administrator username and password to setup (no additional details such as database configuration are requested). After providing the details, you will be logged. You will be able to start using the ownCloud and create more users.

==== External Storage ====

ownCloud's external storage plugin allows you to expose the contents of a hard drive or those of an online storage account as a folder. Following are the steps required to setup such storage.

 1. Mount your hard drive or external storage to any fixed directory on the system.

 1. Install two packages needed via the 'apt-get' on the SSH command line shell (this step will not be needed in future):

   {{{
$ sudo apt-get install php-google-api-php-client php-dropbox
   }}}


 1. Goto ownCloud Apps section and enable 'External Storage Support' plugin.

 1. Goto 'Admin' section and add your hard drive mount path in the external storage section. This folder will now show up in your folders list to access and sync across devices.
Line 8: Line 29:

Back to [[FreedomBox/Features|Features introduction]] page

ownCloud

What is ownCloud?

ownCloud is a self-hosted file sync and share server. It provides access to your data through a platform to view, sync and share across devices. Calendars and Contacts feature will help you keeping google at a nice distance. ownCloud's functionalities are native or available via plugins (Collaborative Editing, Play Music, Watch Movies, Store Passwords, Dashboard, Mozilla Sync...) via https://apps.owncloud.com/

Installation

Clicking on the ownCloud application in Plinth will show an installation prompt. Proceed to install. After the installation, visit the /owncloud link provided in the ownCloud page. First time installation wizard will show up asking for administrator username and password to setup (no additional details such as database configuration are requested). After providing the details, you will be logged. You will be able to start using the ownCloud and create more users.

External Storage

ownCloud's external storage plugin allows you to expose the contents of a hard drive or those of an online storage account as a folder. Following are the steps required to setup such storage.

  1. Mount your hard drive or external storage to any fixed directory on the system.
  2. Install two packages needed via the 'apt-get' on the SSH command line shell (this step will not be needed in future):
    • $ sudo apt-get install php-google-api-php-client php-dropbox  
  3. Goto ownCloud Apps section and enable 'External Storage Support' plugin.
  4. Goto 'Admin' section and add your hard drive mount path in the external storage section. This folder will now show up in your folders list to access and sync across devices.

Back to Features introduction page


Intro

Information

Support

Contribute

Reports

Promote

Vision

Hardware

Live Help

Where To Start

Translate

Calls

Talks

Overview

Download

Q&A

To Do

Design

Releases

Press

Features

Manual

Contributors

Code

Blog

FreedomBox for Communities

FreedomBox Developer Manual

HELP & DISCUSSIONS: Discussion Forum - Matrix - Mailing List - #freedombox irc.debian.org | CONTACT Foundation | JOIN Project

Next call: Saturday, April 13 at 14:00 UTC

This page is copyright its contributors and is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.


CategoryFreedomBox