1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ofbiz_ynh.git synced 2024-09-03 19:46:33 +02:00

Merge pull request #2 from YunoHost-Apps/testing

18.12.07
This commit is contained in:
Éric Gaspar 2023-05-23 13:33:22 +02:00 committed by GitHub
commit ad56d6a3a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 31 deletions

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# OFBiz for YunoHost
[![Integration level](https://dash.yunohost.org/integration/ofbiz.svg)](https://dash.yunohost.org/appci/app/ofbiz) ![](https://ci-apps.yunohost.org/ci/badges/ofbiz.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ofbiz.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/ofbiz.svg)](https://dash.yunohost.org/appci/app/ofbiz) ![Working status](https://ci-apps.yunohost.org/ci/badges/ofbiz.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ofbiz.maintain.svg)
[![Install OFBiz with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ofbiz)
*[Lire ce readme en français.](./README_fr.md)*
@ -17,10 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Apache-OFBiz ERP
**Shipped version:** 18.12.05~ynh1
**Shipped version:** 18.12.07~ynh1
## Disclaimers / important information
* ofbiz require full domain path to be installed. Eg. ofbiz.domain.tld
@ -29,21 +27,22 @@ Apache-OFBiz ERP
## Documentation and resources
* Official app website: https://ofbiz.apache.org
* Official user documentation: https://cwiki.apache.org/confluence/display/OFBIZ/Documentation
* Upstream app code repository: https://github.com/apache/ofbiz-framework
* YunoHost documentation for this app: https://yunohost.org/app_ofbiz
* Report a bug: https://github.com/YunoHost-Apps/ofbiz_ynh/issues
* Official app website: <https://ofbiz.apache.org>
* Official user documentation: <https://cwiki.apache.org/confluence/display/OFBIZ/Documentation>
* Upstream app code repository: <https://github.com/apache/ofbiz-framework>
* YunoHost documentation for this app: <https://yunohost.org/app_ofbiz>
* Report a bug: <https://github.com/YunoHost-Apps/ofbiz_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ofbiz_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/ofbiz_ynh/tree/testing --debug
or
sudo yunohost app upgrade ofbiz -u https://github.com/YunoHost-Apps/ofbiz_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,22 +1,24 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# OFBiz pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/ofbiz.svg)](https://dash.yunohost.org/appci/app/ofbiz) ![](https://ci-apps.yunohost.org/ci/badges/ofbiz.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ofbiz.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/ofbiz.svg)](https://dash.yunohost.org/appci/app/ofbiz) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ofbiz.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ofbiz.maintain.svg)
[![Installer OFBiz avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ofbiz)
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer OFBiz rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller OFBiz rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
**Version incluse :** 18.12.05~ynh1
## Vue densemble
**Version incluse :** 18.12.07~ynh1
## Avertissements / informations importantes
* ofbiz require full domain path to be installed. Eg. ofbiz.domain.tld
@ -25,21 +27,22 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Documentations et ressources
* Site officiel de l'app : https://ofbiz.apache.org
* Documentation officielle utilisateur : https://cwiki.apache.org/confluence/display/OFBIZ/Documentation
* Dépôt de code officiel de l'app : https://github.com/apache/ofbiz-framework
* Documentation YunoHost pour cette app : https://yunohost.org/app_ofbiz
* Signaler un bug : https://github.com/YunoHost-Apps/ofbiz_ynh/issues
* Site officiel de lapp : <https://ofbiz.apache.org>
* Documentation officielle utilisateur : <https://cwiki.apache.org/confluence/display/OFBIZ/Documentation>
* Dépôt de code officiel de lapp : <https://github.com/apache/ofbiz-framework>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ofbiz>
* Signaler un bug : <https://github.com/YunoHost-Apps/ofbiz_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ofbiz_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/ofbiz_ynh/tree/testing --debug
ou
sudo yunohost app upgrade ofbiz -u https://github.com/YunoHost-Apps/ofbiz_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dlcdn.apache.org/ofbiz/apache-ofbiz-18.12.05.zip
SOURCE_SUM=4c51751779f29af5c87fb42b27ccc874d2fdc668f5a4b36f3eb20b0220909aa1
SOURCE_URL=https://dlcdn.apache.org/ofbiz/apache-ofbiz-18.12.07.zip
SOURCE_SUM=b3f7b23167cae3ccc96c3d088e42c8df600485b8b7f88ac63b834a82e19fa5de
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -5,7 +5,7 @@
"description": {
"en": "Apache-OFBiz ERP"
},
"version": "18.12.05~ynh1",
"version": "18.12.07~ynh1",
"url": "https://ofbiz.apache.org",
"upstream": {
"license": "Apache-2.0",