mirror of
https://github.com/YunoHost-Apps/openproject_ynh.git
synced 2024-09-03 19:56:10 +02:00
58 lines
No EOL
2.2 KiB
Markdown
58 lines
No EOL
2.2 KiB
Markdown
# OpenProject pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/openproject.svg)](https://dash.yunohost.org/appci/app/openproject) ![](https://ci-apps.yunohost.org/ci/badges/openproject.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/openproject.maintain.svg)
|
||
[![Installer OpenProject avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=openproject)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer OpenProject 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.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
## Overview
|
||
OpenProject is a web-based project management software. Its key features are:
|
||
|
||
- 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
|
||
|
||
|
||
**Version incluse :** 10.5.1~ynh1
|
||
|
||
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/screenshot1.png)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
* default user and password is admin / admin
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://www.openproject.org/
|
||
* Documentation officielle de l'admin : https://www.openproject.org/docs/
|
||
* Dépôt de code officiel de l'app : https://github.com/opf/openproject
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_openproject
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/openproject_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/openproject_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
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
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |