From 77a3e0093354da1d2dfef45e1f927e920adc0d66 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 28 Sep 2021 10:10:05 +0000 Subject: [PATCH] Auto-update README --- README.md | 68 +++++++++++++++++++++++++--------------------------- README_fr.md | 46 +++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 36 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 43ba62d..d4c9a08 100644 --- a/README.md +++ b/README.md @@ -1,54 +1,50 @@ + + # Prestashop for YunoHost [![Integration level](https://dash.yunohost.org/integration/prestashop.svg)](https://dash.yunohost.org/appci/app/prestashop) ![](https://ci-apps.yunohost.org/ci/badges/prestashop.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/prestashop.maintain.svg) -[![Install prestashop with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=prestashop) +[![Install Prestashop with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=prestashop) -## Prestashop c'est quoi ? +*[Lire ce readme en français.](./README_fr.md)* -La solution ecommerce gratuite pour démarrer votre activité en ligne et commencer à vendre en ligne. Créez une boutique en ligne gratuitement avec PrestaShop. +> *This package allows you to install Prestashop quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* -Source: [prestashop.com](https://www.prestashop.com/) +## Overview -## Fonctionnalité de l'application pour Yunohost +GitHub stars -- Installation automatique +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. -### Installation +**Shipped version:** 1.7.7.8~ynh1 -`$ sudo yunohost app install https://github.com/YunoHost-Apps/prestashop_ynh.git` +**Demo:** https://demo.prestashop.com/#/en/front -### Mise à jour +## Screenshots -`$ sudo yunohost app upgrade --verbose prestashop -u https://github.com/YunoHost-Apps/prestashop_ynh.git` +![](./doc/screenshots/screenshot.png) -### Utilisation +## Documentation and resources -Accéder à l'administration du site en écrivant l'adresse suivante dans votre navigateur. +* Official app website: https://prestashop.com +* Official user documentation: https://yunohost.org/apps +* Official admin documentation: https://yunohost.org/packaging_apps +* Upstream app code repository: https://github.com/PrestaShop/PrestaShop +* YunoHost documentation for this app: https://yunohost.org/app_prestashop +* Report a bug: https://github.com/YunoHost-Apps/prestashop_ynh/issues -https://www.domain.tld/prestashop/admin +## Developer info -## What is Prestashop? +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/prestashop_ynh/tree/testing). -The free ecommerce solution to start your online business and start selling online. Build an online store for free with PrestaShop. +To try the testing branch, please proceed like that. +``` +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 +``` -Source: [prestashop.com](https://www.prestashop.com/) - -### Use - -Access the site administration by writing the following address in your browser. - -https://www.domain.tld/prestashop/admin - -## Features for Yunohost app - -- Install auto - -## Versionning - -### Version 2.0 (12/2018) - -- Refactoring - -### Version 1.0.0 (22/02/17) - -- Create script install +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..d1debe5 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,46 @@ +# Prestashop pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/prestashop.svg)](https://dash.yunohost.org/appci/app/prestashop) ![](https://ci-apps.yunohost.org/ci/badges/prestashop.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/prestashop.maintain.svg) +[![Installer Prestashop avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=prestashop) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Prestashop rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* + +## Vue d'ensemble + +GitHub stars + +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 :** 1.7.7.8~ynh1 + +**Démo :** https://demo.prestashop.com/#/en/front + +## Captures d'écran + +![](./doc/screenshots/screenshot.png) + +## Documentations et ressources + +* Site officiel de l'app : https://prestashop.com +* Documentation officielle utilisateur : https://yunohost.org/apps +* Documentation officielle de l'admin : https://yunohost.org/packaging_apps +* Dépôt de code officiel de l'app : https://github.com/PrestaShop/PrestaShop +* Documentation YunoHost pour cette app : https://yunohost.org/app_prestashop +* Signaler un bug : https://github.com/YunoHost-Apps/prestashop_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/prestashop_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +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 \ No newline at end of file