You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
370 B
16 lines
370 B
name: lamp
|
|
summary: "Linux Apache Mysql Php stack"
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
|
|
inherit: base-0k
|
|
description: |
|
|
Installs a Linux Apache Mysql Php stack
|
|
config-resources:
|
|
- /etc/apache2
|
|
- /etc/php
|
|
- /etc/postfix
|
|
- /etc/mysql
|
|
data-resources:
|
|
- /var/www
|
|
- /var/lib/mysql
|
|
- /var/backups/mysql
|
|
- /var/log/apache2/
|