| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "name": "Prestashop",
- "id": "prestashop",
- "packaging_format": 1,
- "description": {
- "en": "Create a E-commerce Website",
- "fr": "Créer un site ecommerce"
- },
- "version": "1.0.3",
- "url": "https://www.prestashop.com/",
- "license": "free",
- "maintainer": {
- "name": "frju365",
- "email": "win10@tutanota.com"
- },
- "requirements": {
- "yunohost": ">> 2.4.0"
- },
- "multi_instance": true,
- "services": [
- "nginx",
- "php5-fpm",
- "mysql"
- ],
- "arguments": {
- "install" : [
- {
- "name": "domain",
- "type": "domain",
- "ask": {
- "en": "Choose a domain name for Prestashop",
- "fr": "Choisissez un nom de domaine pour Prestashop"
- },
- "example": "example.org"
- },
- {
- "name": "path",
- "type": "path",
- "ask": {
- "en": "Choose a path for Prestashop",
- "fr": "Choisissez un chemin pour Prestashop"
- },
- "example": "/prestashop",
- "default": "/prestashop"
- },
- {
- "name": "admin",
- "type": "user",
- "ask": {
- "en": "Choose the Prestashop administrator (must be an existing YunoHost user)",
- "fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
- },
- "example": "johndoe"
- },
- {
- "name": "is_public",
- "ask": {
- "en": "Is it a public Prestashop site ?",
- "fr": "Est-ce un site public ?"
- },
- "choices": ["Yes", "No"],
- "default": "Yes"
- },
- {
- "name": "language",
- "ask": {
- "en": "Choose the application language",
- "fr": "Choisissez la langue de l'application"
- },
- "choices": ["en_EN", "fr_FR"],
- "default": "fr_FR"
- },
- {
- "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"
- }
- ]
- }
- }
|