|
@@ -1,54 +1,50 @@
|
|
|
|
|
+<!--
|
|
|
|
|
+N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
|
+It shall NOT be edited by hand.
|
|
|
|
|
+-->
|
|
|
|
|
+
|
|
|
# Prestashop for YunoHost
|
|
# Prestashop for YunoHost
|
|
|
|
|
|
|
|
[](https://dash.yunohost.org/appci/app/prestashop)  
|
|
[](https://dash.yunohost.org/appci/app/prestashop)  
|
|
|
-[](https://install-app.yunohost.org/?app=prestashop)
|
|
|
|
|
-
|
|
|
|
|
-## Prestashop c'est quoi ?
|
|
|
|
|
-
|
|
|
|
|
-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.
|
|
|
|
|
-
|
|
|
|
|
-Source: [prestashop.com](https://www.prestashop.com/)
|
|
|
|
|
-
|
|
|
|
|
-## Fonctionnalité de l'application pour Yunohost
|
|
|
|
|
-
|
|
|
|
|
-- Installation automatique
|
|
|
|
|
-
|
|
|
|
|
-### Installation
|
|
|
|
|
-
|
|
|
|
|
-`$ sudo yunohost app install https://github.com/YunoHost-Apps/prestashop_ynh.git`
|
|
|
|
|
-
|
|
|
|
|
-### Mise à jour
|
|
|
|
|
-
|
|
|
|
|
-`$ sudo yunohost app upgrade --verbose prestashop -u https://github.com/YunoHost-Apps/prestashop_ynh.git`
|
|
|
|
|
-
|
|
|
|
|
-### Utilisation
|
|
|
|
|
|
|
+[](https://install-app.yunohost.org/?app=prestashop)
|
|
|
|
|
|
|
|
-Accéder à l'administration du site en écrivant l'adresse suivante dans votre navigateur.
|
|
|
|
|
|
|
+*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
-https://www.domain.tld/prestashop/admin
|
|
|
|
|
|
|
+> *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.*
|
|
|
|
|
|
|
|
-## What is Prestashop?
|
|
|
|
|
|
|
+## Overview
|
|
|
|
|
|
|
|
-The free ecommerce solution to start your online business and start selling online. Build an online store for free with PrestaShop.
|
|
|
|
|
|
|
+GitHub stars
|
|
|
|
|
|
|
|
-Source: [prestashop.com](https://www.prestashop.com/)
|
|
|
|
|
|
|
+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.
|
|
|
|
|
|
|
|
-### Use
|
|
|
|
|
|
|
+**Shipped version:** 1.7.7.8~ynh1
|
|
|
|
|
|
|
|
-Access the site administration by writing the following address in your browser.
|
|
|
|
|
|
|
+**Demo:** https://demo.prestashop.com/#/en/front
|
|
|
|
|
|
|
|
-https://www.domain.tld/prestashop/admin
|
|
|
|
|
|
|
+## Screenshots
|
|
|
|
|
|
|
|
-## Features for Yunohost app
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
-- Install auto
|
|
|
|
|
|
|
+## Documentation and resources
|
|
|
|
|
|
|
|
-## Versionning
|
|
|
|
|
|
|
+* 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
|
|
|
|
|
|
|
|
-### Version 2.0 (12/2018)
|
|
|
|
|
|
|
+## Developer info
|
|
|
|
|
|
|
|
-- Refactoring
|
|
|
|
|
|
|
+Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/prestashop_ynh/tree/testing).
|
|
|
|
|
|
|
|
-### Version 1.0.0 (22/02/17)
|
|
|
|
|
|
|
+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
|
|
|
|
|
+```
|
|
|
|
|
|
|
|
-- Create script install
|
|
|
|
|
|
|
+**More info regarding app packaging:** https://yunohost.org/packaging_apps
|