1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchdb_ynh.git synced 2024-09-03 18:16:11 +02:00
couchdb_ynh/README_fr.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2021-07-23 10:08:07 +02:00
# CouchDB pour YunoHost
2021-03-07 19:51:22 +01:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/couchdb.svg)](https://dash.yunohost.org/appci/app/couchdb) ![](https://ci-apps.yunohost.org/ci/badges/couchdb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/couchdb.maintain.svg)
2021-07-23 10:08:07 +02:00
[![Installer CouchDB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=couchdb)
2021-03-07 19:51:22 +01:00
*[Read this readme in english.](./README.md)*
2021-07-23 10:08:07 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-03-07 19:51:22 +01:00
2021-07-23 10:08:07 +02:00
> *Ce package vous permet d'installer CouchDB 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.*
2021-03-07 19:51:22 +01:00
## Vue d'ensemble
2021-07-23 10:08:07 +02:00
Système de gestion de base de données orienté documents
2021-03-07 19:51:22 +01:00
2021-07-23 10:08:07 +02:00
**Version incluse :** 3.1.1~ynh2
2021-03-07 19:51:22 +01:00
## Captures d'écran
2021-07-23 10:08:07 +02:00
![](./doc/screenshots/Apache_CouchDB_v2.1.1_Fauxton_Console.png)
2021-03-07 19:51:22 +01:00
2021-07-23 10:08:07 +02:00
## Avertissements / informations importantes
2021-03-07 19:51:22 +01:00
## Configuration
2021-07-23 10:08:07 +02:00
Vous pouvez effectuer la plupart des configurations de CouchDB à partir de fauxton, l'interface Web, accessible sur le domaine que vous avez spécifié : https://domain.tld/_utils/index.html
2021-03-07 19:51:22 +01:00
2021-07-23 10:08:07 +02:00
## Documentations et ressources
2021-03-07 19:51:22 +01:00
2021-07-23 10:08:07 +02:00
* Site officiel de l'app : https://couchdb.apache.org/
* Documentation officielle utilisateur : https://yunohost.org/apps
* Documentation officielle de l'admin : https://docs.couchdb.org/en/stable/
* Dépôt de code officiel de l'app : https://github.com/apache/couchdb
* Documentation YunoHost pour cette app : https://yunohost.org/app_couchdb
* Signaler un bug : https://github.com/YunoHost-Apps/couchdb_ynh/issues
2021-03-11 10:35:09 +01:00
2021-03-07 19:51:22 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing --debug
ou
sudo yunohost app upgrade couchdb -u https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing --debug
```
2021-07-23 10:08:07 +02:00
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps