mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
commit
127bfa75be
3 changed files with 21 additions and 23 deletions
19
README.md
19
README.md
|
@ -17,10 +17,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
|
||||
PrestaShop is an Open Source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc.
|
||||
**Shipped version:** 8.1.5~ynh1
|
||||
|
||||
**Shipped version:** 8.1.4~ynh1
|
||||
|
||||
**Demo:** https://demo.prestashop.com/#/en/front
|
||||
**Demo:** <https://demo.prestashop.com/#/en/front>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -28,11 +27,11 @@ PrestaShop is an Open Source e-commerce web application, committed to providing
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://prestashop.com>
|
||||
* Official user documentation: <https://doc.prestashop.com/display/PS17/Guide+de+l'utilisateur>
|
||||
* Upstream app code repository: <https://github.com/PrestaShop/PrestaShop>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/prestashop>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/prestashop_ynh/issues>
|
||||
- Official app website: <https://prestashop.com>
|
||||
- Official user documentation: <https://doc.prestashop.com/display/PS17/Guide+de+l'utilisateur>
|
||||
- Upstream app code repository: <https://github.com/PrestaShop/PrestaShop>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/prestashop>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/prestashop_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -40,10 +39,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/prestashop_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade prestashop -u https://github.com/YunoHost-Apps/prestashop_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
19
README_fr.md
19
README_fr.md
|
@ -17,10 +17,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
## Vue d’ensemble
|
||||
|
||||
PrestaShop is an Open Source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc.
|
||||
**Version incluse :** 8.1.5~ynh1
|
||||
|
||||
**Version incluse :** 8.1.4~ynh1
|
||||
|
||||
**Démo :** https://demo.prestashop.com/#/en/front
|
||||
**Démo :** <https://demo.prestashop.com/#/en/front>
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -28,11 +27,11 @@ PrestaShop is an Open Source e-commerce web application, committed to providing
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://prestashop.com>
|
||||
* Documentation officielle utilisateur : <https://doc.prestashop.com/display/PS17/Guide+de+l'utilisateur>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/PrestaShop/PrestaShop>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/prestashop>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/prestashop_ynh/issues>
|
||||
- Site officiel de l’app : <https://prestashop.com>
|
||||
- Documentation officielle utilisateur : <https://doc.prestashop.com/display/PS17/Guide+de+l'utilisateur>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/PrestaShop/PrestaShop>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/prestashop>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/prestashop_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -40,10 +39,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/prestashop_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade prestashop -u https://github.com/YunoHost-Apps/prestashop_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Prestashop"
|
|||
description.en = "Create a E-commerce Website"
|
||||
description.fr = "Créer un site ecommerce"
|
||||
|
||||
version = "8.1.4~ynh1"
|
||||
version = "8.1.5~ynh1"
|
||||
|
||||
maintainers = ["frju365"]
|
||||
|
||||
|
@ -43,8 +43,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip"
|
||||
sha256 = "4d33e77734e483b0b897b1f06ff099283771f83ca6b4199a3a1cb283f4728ed4"
|
||||
url = "https://github.com/PrestaShop/PrestaShop/releases/download/8.1.5/prestashop_8.1.5.zip"
|
||||
sha256 = "82cb5eb8abdb7c64888cb4284a1f001cff79917d43bfee37e1b62dc372e96aae"
|
||||
in_subdir = false
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "prestashop_.*zip"
|
||||
|
|
Loading…
Add table
Reference in a new issue