mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Beau README
This commit is contained in:
parent
23bd448c69
commit
36b7e66874
2 changed files with 47 additions and 4 deletions
49
README.md
49
README.md
|
@ -1,4 +1,47 @@
|
||||||
# prestashop_ynh
|
# Prestashop for YunoHost
|
||||||
Create Ecommerce Website for free with plenty of extensions
|
|
||||||
|
|
||||||
NE FONCTIONNE PAS !! / DON'T WORK !! N'UTILSER QUE POUR TEST OU DEVELOPPEMENT !! / USE ONLY FOR TEST OR DEVELOPPMENT !!
|
## 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
|
||||||
|
|
||||||
|
Accéder à l'administration du site en écrivant l'adresse suivante dans votre navigateur.
|
||||||
|
|
||||||
|
https://www.domain.tld/prestashop/admin
|
||||||
|
|
||||||
|
## What is Prestashop?
|
||||||
|
|
||||||
|
The free ecommerce solution to start your online business and start selling online. Build an online store for free with PrestaShop.
|
||||||
|
|
||||||
|
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 1.0.0 (22/02/17)
|
||||||
|
|
||||||
|
- Create script install
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Create a E-commerce Website",
|
"en": "Create a E-commerce Website",
|
||||||
"fr": "Créer un site ecommerce"
|
"fr": "Créer un site ecommerce"
|
||||||
},
|
},
|
||||||
"version": "1.1.3",
|
"version": "1.0.3",
|
||||||
"url": "https://www.prestashop.com/",
|
"url": "https://www.prestashop.com/",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue