|
|
@ -1,6 +1,7 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "WordPress MultiSite", |
|
|
"name": "WordPress MultiSite", |
|
|
"id": "wordpressms", |
|
|
"id": "wordpressms", |
|
|
|
|
|
"packaging_format": 1, |
|
|
"description": { |
|
|
"description": { |
|
|
"en": "Create a beautiful blog or website easily", |
|
|
"en": "Create a beautiful blog or website easily", |
|
|
"fr": "Logiciel de création de blog ou de site Web" |
|
|
"fr": "Logiciel de création de blog ou de site Web" |
|
|
@ -13,6 +14,11 @@ |
|
|
"email": "maniackc_dev@crudelis.fr" |
|
|
"email": "maniackc_dev@crudelis.fr" |
|
|
}, |
|
|
}, |
|
|
"multi_instance": "true", |
|
|
"multi_instance": "true", |
|
|
|
|
|
"services": [ |
|
|
|
|
|
"nginx", |
|
|
|
|
|
"php5-fpm", |
|
|
|
|
|
"mysql" |
|
|
|
|
|
], |
|
|
"arguments": { |
|
|
"arguments": { |
|
|
"install" : [ |
|
|
"install" : [ |
|
|
{ |
|
|
{ |
|
|
|