~charmers/charms/trusty/owncloud/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Charles Butler
  • Date: 2014-04-11 13:44:05 UTC
  • mfrom: (23.1.5 owncloud)
  • Revision ID: chuck@dasroot.net-20140411134405-ca34w5gzt5664yln
José Antonio Rey 2014-04-10 Removed version number from install as it may vary                        
José Antonio Rey 2014-04-10 Hardcoded 6.0.2 instead of latest because of bug on -latest md5 ...     
José Antonio Rey 2014-04-10 Fixed various upgrade-charm bugs                                        
José Antonio Rey 2014-04-07 Added note on README                                                    
José Antonio Rey 2014-04-07 Updated owncloud version it pulls                 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
# Overview
7
7
 
8
 
ownCloud provides universal access to your files via the web, your computer or your mobile devices — wherever you are. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web.
 
8
ownCloud provides universal access to your files via the web, your computer or
 
9
your mobile devices — wherever you are. It also provides a platform to easily
 
10
view & sync your contacts, calendars and bookmarks across all your devices and
 
11
enables basic editing right on the web.
9
12
 
10
 
This charm installs Apache2, Apache-Mod-PHP5, and configures OwnCloud with sqlite as a standalone server. Provides relationship hooks with NFS file storage, MySQL Databases, and HAProxy reverse proxy charms.  
 
13
This charm installs Apache2, Apache-Mod-PHP5, and configures OwnCloud with
 
14
sqlite as a standalone server. Provides relationship hooks with NFS file
 
15
storage, MySQL Databases, and HAProxy reverse proxy charms.
11
16
 
12
17
## Preparation:
13
18
 
31
36
 
32
37
#### 3a. Standalone Instance
33
38
 
34
 
   Access owncloud service directly, and complete the setup, providing user credentials and initializing sqlite database.
 
39
   Access OwnCloud service directly, and complete the setup, providing user
 
40
   credentials and initializing sqlite database.
35
41
 
36
42
#### 3b. Shared Instances
37
43
 
43
49
 
44
50
#### 4. Access 
45
51
 
46
 
http://$owncloud-machine-addr/.  To find out the public address of owncloud,
 
52
http://$owncloud-machine-addr/.  To find out the public address of ownCloud,
47
53
look for it in the output of the `juju status` command.
48
54
 
49
55
 
58
64
    juju add-unit owncloud
59
65
 
60
66
 
 
67
## Known Limitations
 
68
 
 
69
If you have been using a standalone instance and want to migrate to a shared
 
70
instance, please note that adding the mysql relation will not preserve the file
 
71
structure in the database. This means that your file listing will not be
 
72
available. Make sure to have this in mind when doing the migration.
 
73
 
61
74
#TODO
62
75
Genericize shared-fs-relation-* for non-nfs shared-fs providers