From 4ad04ed341ed99ef4852ebbe267c5631cd82d0e0 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Wed, 19 Jul 2017 20:20:05 +0200 Subject: [PATCH] update manifest to fix some errors and spelling mistakes --- manifest.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index b7c6bd5..98dbaf9 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "monica", "packaging_format": 1, "description": { - "en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family. https://monicahq.com" + "en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family." }, "url": "https://monica.com", "license": "free", @@ -18,7 +18,7 @@ "multi_instance": true, "services": [ "nginx", - "php5-fpm", + "php7.0-fpm", "mysql" ], "arguments": { @@ -27,20 +27,20 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name for ynhmonica", - "fr": "Choisissez un nom de domaine pour ynhmonica" + "en": "Choose a domain name for Monica", + "fr": "Choisissez un nom de domaine pour Monica" }, - "monica": "monica.com" + "example": "monica.com" }, { "name": "path", "type": "path", "ask": { - "en": "Choose a path for ynhmonica", - "fr": "Choisissez un chemin pour ynhmonica" + "en": "Choose a path for Monica. BEWARE: Currently it's only possible to install Monica on the root of a domain, eg. monica.example.com", + "fr": "Attention: Only install Monica on the domain root, e.g. monica.example.com" }, - "monica": "/monica", - "default": "/monica" + "example": "/", + "default": "/" }, { "name": "admin", @@ -49,7 +49,7 @@ "en": "Choose an admin user", "fr": "Choisissez l’administrateur" }, - "monica": "johndoe" + "example": "johndoe" }, { "name": "is_public",