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) |