Charm: owncloud
Summary
owncloud
Charm Store
juju deploy cs:oneiric/owncloud-1
Series
oneiric
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:~charmers/charms/oneiric/owncloud/trunk
Interfaces
Provides
Requires
Readme
Juju charm owncloud 2.0.1

author: Atul Jha <atul.jha@csscorp.com>

Steps:

1. Install

    juju deploy owncloud

2. Expose

    juju expose owncloud

3.Access 

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

4. User Account Creation

Create first user, it will have administrative privileges and select a password, once done click on "Finish setup" botton. Once done you have your owncloud dashboard in front of you. :)

#TODO
Adding db relation for mysql, currently sqlite is used. Until then, using add-unit with this charm will create independent instances.
Changes  
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)
2011/12/19 Atul Jha Added apache virtualhost config and tested it on LXC (revno 5)
2011/12/17 Atul Jha increased upload file size (revno 4)
2011/12/17 Atul Jha reloading apache (revno 3)
2011/12/17 Atul Jha had to update the repo as well (revno 2)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>
  • err: no copyright file