~jose/charms/precise/owncloud/upgrade-to-7

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: owncloud
summary: "owncloud"
description: |
 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. 
categories:
    - file-servers
maintainer: "Nathan Williams <nathan@nathanewilliams.com>"
requires:
  db:
    interface: mysql
    optional: true
  shared-fs:
    interface: mount
    optional: true
provides:
  website:
    interface: http