|
|
@@ -0,0 +1,80 @@
|
|
|
+{
|
|
|
+ "name": "Prestashop",
|
|
|
+ "id": "prestashop",
|
|
|
+ "packaging_format": 1,
|
|
|
+ "requirements": {
|
|
|
+ "yunohost": ">> 2.3.15"
|
|
|
+ },
|
|
|
+ "description": {
|
|
|
+ "en": "Create a E-commerce Website",
|
|
|
+ "fr": "Créer un site ecommerce"
|
|
|
+ },
|
|
|
+ "url": "prestashop.com",
|
|
|
+ "maintainer": {
|
|
|
+ "name": "frju365",
|
|
|
+ "email": "win10@tutanota.com"
|
|
|
+ },
|
|
|
+ "multi_instance": "true",
|
|
|
+ "services": [
|
|
|
+ "nginx",
|
|
|
+ "php5-fpm"
|
|
|
+ ],
|
|
|
+ "arguments": {
|
|
|
+ "install" : [
|
|
|
+ {
|
|
|
+ "name": "domain",
|
|
|
+ "type": "domain",
|
|
|
+ "ask": {
|
|
|
+ "en": "Choose a domain for Prestashop",
|
|
|
+ "fr": "Choisissez un domaine pour Prestashop"
|
|
|
+ },
|
|
|
+ "example": "domain.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "path",
|
|
|
+ "type": "path",
|
|
|
+ "ask": {
|
|
|
+ "en": "Choose a path for Prestashop",
|
|
|
+ "fr": "Choisissez un chemin pour Prestashop"
|
|
|
+ },
|
|
|
+ "example": "/prestashop",
|
|
|
+ "default": "/prestashop"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "is_public",
|
|
|
+ "ask": {
|
|
|
+ "en": "Is it a public Prestashop site ?",
|
|
|
+ "fr": "Est-ce un site public ?"
|
|
|
+ },
|
|
|
+ "choices": ["Yes", "No"],
|
|
|
+ "default": "Yes"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "user",
|
|
|
+ "type": "user",
|
|
|
+ "ask": {
|
|
|
+ "en": "Choose the Abantecart administrator (must be an existing YunoHost user)",
|
|
|
+ "fr": "Choisissez l'administrateur de Abantecart (doit être un utilisateur YunoHost existant)"
|
|
|
+ },
|
|
|
+ "example": "homer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "passwd",
|
|
|
+ "type": "password",
|
|
|
+ "ask": {
|
|
|
+ "en": "Set the password for the Admin user ≥ 5 character",
|
|
|
+ "fr": "Définissez le mot de passe pour l'Administrateur. ≥ cinq charactères"
|
|
|
+ },
|
|
|
+ "example": "myreallystrengthpassword"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "email",
|
|
|
+ "type": "email",
|
|
|
+ "ask": {
|
|
|
+ "fr": "Votre adresse mail."
|
|
|
+ },
|
|
|
+ "exemple": "abc@efg.hi"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|