2021-12-31 07:05:54 +01:00
|
|
|
# AbanteCart for YunoHost
|
2020-11-03 11:35:21 +01:00
|
|
|
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/abantecart.svg)](https://dash.yunohost.org/appci/app/abantecart) ![](https://ci-apps.yunohost.org/ci/badges/abantecart.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/abantecart.maintain.svg)
|
2021-12-31 07:05:54 +01:00
|
|
|
[![Install AbanteCart with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=abantecart)
|
2020-11-03 11:35:21 +01:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-12-31 07:05:54 +01:00
|
|
|
> *This package allow you to install AbanteCart quickly and simply on a YunoHost server.
|
|
|
|
If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
|
2020-11-03 11:35:21 +01:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2021-12-31 07:05:54 +01:00
|
|
|
AbanteCart is a free open source ecommerce platform to power online retail.
|
2020-11-03 11:35:21 +01:00
|
|
|
|
2021-12-31 07:05:54 +01:00
|
|
|
**Shipped version:** 1.3.2~ynh1
|
2020-11-03 11:35:21 +01:00
|
|
|
|
2021-12-31 07:05:54 +01:00
|
|
|
## Disclaimers / important information
|
2020-11-03 11:35:21 +01:00
|
|
|
|
2021-12-31 07:05:54 +01:00
|
|
|
- Instead of upgrading via Yunohost, you should refer to [this guide](https://abantecart.atlassian.net/wiki/spaces/AD/pages/5275676/Upgrade+manually)
|
2020-11-03 11:35:21 +01:00
|
|
|
|
2021-12-31 07:05:54 +01:00
|
|
|
Using screen in case of disconnects
|
2020-11-03 11:35:21 +01:00
|
|
|
|
2021-12-31 07:05:54 +01:00
|
|
|
```
|
|
|
|
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
|
|
|
|
```
|
2020-11-03 11:35:21 +01:00
|
|
|
|
2021-12-31 07:05:54 +01:00
|
|
|
## Documentation and resources
|
2020-11-03 11:35:21 +01:00
|
|
|
|
2021-12-31 07:05:54 +01:00
|
|
|
* 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
|
2020-11-03 11:35:21 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/abantecart_ynh/tree/testing).
|
|
|
|
|
|
|
|
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
|
|
|
|
```
|
2021-12-31 07:05:54 +01:00
|
|
|
|
|
|
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|