2021-09-25 23:36:59 +02:00
<!--
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.
-->
2020-07-14 12:56:01 +02:00
# Garradin for YunoHost
2020-06-17 19:55:21 +02:00
2022-06-05 11:18:38 +02:00
[![Integration level ](https://dash.yunohost.org/integration/garradin.svg )](https://dash.yunohost.org/appci/app/garradin) ![Working status ](https://ci-apps.yunohost.org/ci/badges/garradin.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/garradin.maintain.svg )
2021-01-06 17:55:46 +01:00
[![Install Garradin with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=garradin)
2020-06-17 19:55:21 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2020-09-24 23:40:05 +02:00
> *This package allows you to install Garradin quickly and simply on a YunoHost server.
2020-06-17 19:55:21 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2021-01-18 14:34:12 +01:00
2021-09-25 23:36:59 +02:00
Garradin (word meaning money in an aboriginal dialect of northern Australia, pronounced "gar-a-dine" em) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members, etc. etc. .
2020-06-17 19:55:21 +02:00
2022-08-21 15:00:15 +02:00
**Shipped version:** 1.1.28~ynh1
2020-06-17 19:55:21 +02:00
2021-09-25 23:36:59 +02:00
**Demo:** https://garradin.eu/essai/
2020-06-17 19:55:21 +02:00
2021-09-25 23:40:05 +02:00
## Screenshots
2022-06-05 11:18:38 +02:00
![Screenshot of Garradin ](./doc/screenshots/screenshot.png )
2021-09-25 23:40:05 +02:00
2021-09-25 23:36:59 +02:00
## Documentation and resources
2020-06-17 19:55:21 +02:00
2022-06-05 11:18:38 +02:00
* Official app website: < http: // garradin . eu >
* Official admin documentation: < https: // fossil . kd2 . org / garradin / wiki ? name = Documentation >
* Upstream app code repository: < https: // fossil . kd2 . org / garradin / dir ? ci = tip >
* YunoHost documentation for this app: < https: // yunohost . org / app_garradin >
* Report a bug: < https: // github . com / YunoHost-Apps / garradin_ynh / issues >
2020-06-17 19:55:21 +02:00
2020-10-04 18:24:52 +02:00
## Developer info
2020-06-17 19:55:21 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/garradin_ynh/tree/testing ).
To try the testing branch, please proceed like that.
2022-06-05 11:18:38 +02:00
``` bash
2020-06-17 19:55:21 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/garradin_ynh/tree/testing --debug
or
2020-10-04 18:24:52 +02:00
sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/garradin_ynh/tree/testing --debug
2020-06-17 19:55:21 +02:00
```
2021-09-25 23:36:59 +02:00
2022-06-05 11:18:38 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >