Charm: owncloud
Summary
owncloud
Charm Store
juju deploy cs:~nathwill/precise/owncloud-17
Owner
nathwill
Maintainer
Nathan Williams
Series
precise
Description
ownCloud gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view and sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web.
Links
Repository   Bugs
lp:~nathwill/charms/precise/owncloud/trunk
Interfaces
Provides
Requires
Config
password string
port int
user string
Details
Readme
juju charm owncloud
author: Atul Jha <atul.jha@csscorp.com>
maintainer: Nathan Williams <nathan@nathanewilliams.com>

Preparation:

1. the charm comes with port, user, password configuration options. 

   if no user is provided, the administrator will be "owncloud".

   if no password is provided, a random one is chosen during the
   db-relation-joined hook. if you do this, you can obtain the auth
   credentials from the juju logs.

Steps:

1. Install

   juju deploy owncloud

2. Expose

   juju expose owncloud

3a. Standalone Instance

   Access owncloud service directly, and complete the setup, providing user credentials and initializing sqlite database.

3b. Shared Instances

   juju deploy mysql
   juju add-relation mysql owncloud

   juju deploy nfs
   juju add-relation nfs owncloud

4. Access 

http://<owncloud-machine-addr>/.  To find out the public address of owncloud,
look for it in the output of the `juju status` command.

#TODO
Genericize shared-fs-relation-* for non-nfs shared-fs providers
Changes  
2012/08/15 Nathan Williams owncloud version 4.0.7 update (http://owncloud.org/changelog/) (revno 14)
2012/07/29 Nathan Williams increment revision (revno 13)
2012/07/29 Nathan Williams new upstream release (revno 12)
2012/07/23 Clint Byrum update to owncloud 4.04 (stable) and introduce database and shared-fs relations for multi-instance i (revno 11)
2012/04/03 Marco Ceppi Jorge O. Castro 2012-04-03 Update README (revno 10)
2012/01/06 Clint Byrum Merging doc fixes and rename of charm from koolhead17 (revno 9)
2012/01/06 Nick Barcet Promulgating Koolhead17's work (revno 8)
2012/01/06 Atul Jha replaced /etc/init.d to service for stop file (revno 7)
2012/01/06 Atul Jha Fixed blockers for #905410 as pointed by nijaba, still working 2 get mysql and https part work (revno 6)
In other archives
Newer precise/owncloud