2022-03-27 04:08:40 +02:00
|
|
|
|
# Redmine pour YunoHost
|
|
|
|
|
|
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/redmine.svg)](https://dash.yunohost.org/appci/app/redmine) ![](https://ci-apps.yunohost.org/ci/badges/redmine.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/redmine.maintain.svg)
|
|
|
|
|
[![Installer Redmine avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=redmine)
|
|
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
|
|
> *Ce package vous permet d'installer Redmine 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
|
|
|
|
|
|
|
|
|
|
Redmine is a flexible project management web application written using Ruby on Rails framework.
|
|
|
|
|
|
|
|
|
|
|
2022-04-02 16:25:02 +02:00
|
|
|
|
**Version incluse :** 4.2.4~ynh2
|
2022-03-27 04:08:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Avertissements / informations importantes
|
|
|
|
|
|
|
|
|
|
Use default administrator account to log in:
|
|
|
|
|
|
|
|
|
|
- login: admin
|
|
|
|
|
- password: admin
|
|
|
|
|
|
|
|
|
|
You can go to Administration menu and choose Settings to modify most of the application settings.
|
|
|
|
|
|
|
|
|
|
## Documentations et ressources
|
|
|
|
|
|
|
|
|
|
* Site officiel de l'app : https://www.redmine.org
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/redmine/redmine
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_redmine
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/redmine_ynh/issues
|
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/redmine_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/redmine_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade redmine -u https://github.com/YunoHost-Apps/redmine_ynh/tree/testing --debug
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|