1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
name: lamp
summary: "set up an apache server with php and supports a connection to mysql"
maintainer: Victor Palau <vtuson@ubuntu.com>
description: |
Provides a working webserver
- Runtime:
- PHP
- MySQL:
- /var/webconfig/mysql contains the ip of the latest mysql server to use
- /var/webconfig/{ip} contains the details to be able to connect to the db
- /var/webconfig/opendb.php opens a connection to the db
- mysql_conf is used to setup the db, either add it to config/ in charm or bzr branch
requires:
db-admin:
interface: mysql-root
provides:
website:
interface: http
logging:
interface: logging-directory
|