~thomnico/charms/precise/owncloud/fixed-relations

10.1.1 by Nathan Williams
upgrade owncloud version and add database and shared-fs relations
1
juju charm owncloud
6 by Atul Jha
Fixed blockers for #905410 as pointed by nijaba, still working 2 get mysql and https part work
2
author: Atul Jha <atul.jha@csscorp.com>
10.1.1 by Nathan Williams
upgrade owncloud version and add database and shared-fs relations
3
maintainer: Nathan Williams <nathan@nathanewilliams.com>
4
5
Preparation:
6
7
1. the charm comes with port, user, password configuration options. 
8
9
   if no user is provided, the administrator will be "owncloud".
10
11
   if no password is provided, a random one is chosen during the
12
   db-relation-joined hook. if you do this, you can obtain the auth
13
   credentials from the juju logs.
6 by Atul Jha
Fixed blockers for #905410 as pointed by nijaba, still working 2 get mysql and https part work
14
7.1.2 by Atul Jha
Modified readme.txt file
15
Steps:
16
17
1. Install
18
10.1.1 by Nathan Williams
upgrade owncloud version and add database and shared-fs relations
19
   juju deploy owncloud
7.1.6 by Atul Jha
Modified readme.txt file
20
21
2. Expose
22
10.1.1 by Nathan Williams
upgrade owncloud version and add database and shared-fs relations
23
   juju expose owncloud
24
25
3a. Standalone Instance
26
27
   Access owncloud service directly, and complete the setup, providing user credentials and initializing sqlite database.
28
29
3b. Shared Instances
30
31
   juju deploy mysql
32
   juju add-relation mysql owncloud
33
34
   juju deploy nfs
35
   juju add-relation nfs owncloud
36
37
4. Access 
9.1.1 by Jorge O. Castro
Update README
38
7.1.2 by Atul Jha
Modified readme.txt file
39
http://<owncloud-machine-addr>/.  To find out the public address of owncloud,
10 by Marco Ceppi
Jorge O. Castro 2012-04-03 Update README
40
look for it in the output of the `juju status` command.
6 by Atul Jha
Fixed blockers for #905410 as pointed by nijaba, still working 2 get mysql and https part work
41
42
#TODO
10.1.1 by Nathan Williams
upgrade owncloud version and add database and shared-fs relations
43
Genericize shared-fs-relation-* for non-nfs shared-fs providers