1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00
abantecart_ynh/README.md
myprivacyisgone 3d64cd1fa9 Package Rewrite
- Package works now except Upgrade and Change_path haven't implemented
- Nginx config works but insecure
2021-12-31 14:07:53 +08:00

2 KiB

AbanteCart for YunoHost

Integration level
Install AbanteCart with YunoHost

Lire ce readme en français.

This package allow you to install AbanteCart quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

AbanteCart is a free open source ecommerce platform to power online retail.

Shipped version: 1.3.2~ynh1

Disclaimers / important information

  • Instead of upgrading via Yunohost, you should refer to this guide

Using screen in case of disconnects

sudo apt-get install screen
screen
sudo yunohost app install https://github.com/YunoHost-Apps/abantecart_ynh.git

Recover after disconnect:

screen -d
screen -r

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/abantecart_ynh/tree/testing --debug
or
sudo yunohost app upgrade abantecart -u https://github.com/YunoHost-Apps/abantecart_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps