1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00
openproject_ynh/README_fr.md

61 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2023-05-26 09:25:14 +02:00
<!--
2024-03-29 07:15:57 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2023-05-26 09:25:14 +02:00
-->
2022-02-28 20:24:43 +01:00
# OpenProject pour YunoHost
2023-05-26 09:25:14 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/openproject.svg)](https://dash.yunohost.org/appci/app/openproject) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/openproject.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/openproject.maintain.svg)
2022-02-28 20:24:43 +01:00
[![Installer OpenProject avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=openproject)
2024-03-29 07:15:57 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-02-28 20:24:43 +01:00
2024-03-29 07:15:57 +01:00
> *Ce package vous permet dinstaller OpenProject rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2022-02-28 20:24:43 +01:00
2023-05-26 09:25:14 +02:00
## Vue densemble
2022-02-28 20:24:43 +01:00
2023-05-26 09:34:49 +02:00
OpenProject is a web-based project management software.
### Features
2022-02-28 20:24:43 +01:00
- Project planning and scheduling
- Product roadmap and release planning
- Task management and team collaboration
- Agile and Scrum
- Time tracking, cost reporting and budgeting
- Bug tracking
- Wikis
- Forums
- Meeting agendas and meeting minutes
2024-03-29 07:15:57 +01:00
**Version incluse:** 12.5.8~ynh1
2022-02-28 20:24:43 +01:00
2023-05-26 09:25:14 +02:00
## Captures décran
2022-02-28 20:24:43 +01:00
2023-05-26 09:25:14 +02:00
![Capture décran de OpenProject](./doc/screenshots/screenshot1.png)
2022-02-28 20:24:43 +01:00
## Documentations et ressources
2024-03-29 07:15:57 +01:00
- Site officiel de lapp: <https://www.openproject.org/>
- Documentation officielle de ladmin: <https://www.openproject.org/docs/>
- Dépôt de code officiel de lapp: <https://github.com/opf/openproject>
- YunoHost Store: <https://apps.yunohost.org/app/openproject>
- Signaler un bug: <https://github.com/YunoHost-Apps/openproject_ynh/issues>
2022-02-28 20:24:43 +01:00
## Informations pour les développeurs
2024-03-29 07:15:57 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/openproject_ynh/tree/testing).
2022-02-28 20:24:43 +01:00
2024-03-29 07:15:57 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2023-05-26 09:25:14 +02:00
2024-03-29 07:15:57 +01:00
```bash
2022-02-28 20:24:43 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug
ou
sudo yunohost app upgrade openproject -u https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug
```
2024-03-29 07:15:57 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>