mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
commit
1ed23b6217
8 changed files with 8 additions and 7 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
AbanteCart is a ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set.
|
||||
|
||||
|
||||
**Shipped version:** 1.3.4~ynh2
|
||||
**Shipped version:** 1.3.4~ynh3
|
||||
|
||||
**Demo:** <https://www.abantecart.com/shopping-cart-demo>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
AbanteCart is a ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set.
|
||||
|
||||
|
||||
**Versión actual:** 1.3.4~ynh2
|
||||
**Versión actual:** 1.3.4~ynh3
|
||||
|
||||
**Demo:** <https://www.abantecart.com/shopping-cart-demo>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
AbanteCart is a ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 1.3.4~ynh2
|
||||
**Paketatutako bertsioa:** 1.3.4~ynh3
|
||||
|
||||
**Demoa:** <https://www.abantecart.com/shopping-cart-demo>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
AbanteCart is a ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set.
|
||||
|
||||
|
||||
**Version incluse :** 1.3.4~ynh2
|
||||
**Version incluse :** 1.3.4~ynh3
|
||||
|
||||
**Démo :** <https://www.abantecart.com/shopping-cart-demo>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
AbanteCart is a ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set.
|
||||
|
||||
|
||||
**Versión proporcionada:** 1.3.4~ynh2
|
||||
**Versión proporcionada:** 1.3.4~ynh3
|
||||
|
||||
**Demo:** <https://www.abantecart.com/shopping-cart-demo>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
AbanteCart is a ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set.
|
||||
|
||||
|
||||
**分发版本:** 1.3.4~ynh2
|
||||
**分发版本:** 1.3.4~ynh3
|
||||
|
||||
**演示:** <https://www.abantecart.com/shopping-cart-demo>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Abantecart"
|
|||
description.en = "Open source ecommerce platform to power online retail"
|
||||
description.fr = "Plateforme de commerce électronique pour la vente au détail en ligne"
|
||||
|
||||
version = "1.3.4~ynh2"
|
||||
version = "1.3.4~ynh3"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ chown -R $app:www-data "$install_dir"
|
|||
find $install_dir/www -type d -exec chmod 755 {} \;
|
||||
find $install_dir/www -type f -exec chmod 644 {} \;
|
||||
|
||||
ynh_secure_remove --file="$install_dir/www/public_html"
|
||||
ln -s $install_dir/git_src/public_html $install_dir/www
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue