mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
3d64cd1fa9
- Package works now except Upgrade and Change_path haven't implemented - Nginx config works but insecure
2 KiB
2 KiB
AbanteCart for YunoHost
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
- Official app website: https://www.abantecart.com/
- Upstream app code repository: https://github.com/abantecart/abantecart-src
- YunoHost documentation for this app: https://yunohost.org/app_abantecart
- Report a bug: https://github.com/YunoHost-Apps/abantecart_ynh/issues
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