mirror of
https://github.com/YunoHost-Apps/couchdb_ynh.git
synced 2024-09-03 18:16:11 +02:00
Auto-update README
This commit is contained in:
parent
8b23cbd939
commit
aaf46eafe1
2 changed files with 15 additions and 13 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# CouchDB for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/couchdb.svg)](https://dash.yunohost.org/appci/app/couchdb) ![Working status](https://ci-apps.yunohost.org/ci/badges/couchdb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/couchdb.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/couchdb.svg)](https://dash.yunohost.org/appci/app/couchdb) ![Working status](https://ci-apps.yunohost.org/ci/badges/couchdb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/couchdb.maintain.svg)
|
||||
|
||||
[![Install CouchDB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=couchdb)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -41,7 +42,7 @@ You can do most configuration of CouchDB from fauxton, the web interface, access
|
|||
* Official app website: <https://couchdb.apache.org/>
|
||||
* Official admin documentation: <https://docs.couchdb.org/en/stable/>
|
||||
* Upstream app code repository: <https://github.com/apache/couchdb>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_couchdb>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/couchdb>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/couchdb_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
23
README_fr.md
23
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
|||
|
||||
# CouchDB pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/couchdb.svg)](https://dash.yunohost.org/appci/app/couchdb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/couchdb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/couchdb.maintain.svg)
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/couchdb.svg)](https://dash.yunohost.org/appci/app/couchdb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/couchdb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/couchdb.maintain.svg)
|
||||
|
||||
[![Installer CouchDB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=couchdb)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *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.*
|
||||
> *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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Couchdb est un gestionnaire de bases de données dans lesquelles les entrées sont des documents jsons (avec possibilité de pièces jointes), qui peuvent être manipulées par de simples requêtes http.
|
||||
|
||||
|
@ -24,9 +25,9 @@ Comme le présente wikipédia:
|
|||
|
||||
**Version incluse :** 3.2.2~ynh2
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||
![Capture d'écran de CouchDB](./doc/screenshots/Apache_CouchDB_v2.1.1_Fauxton_Console.png)
|
||||
![Capture d’écran de CouchDB](./doc/screenshots/Apache_CouchDB_v2.1.1_Fauxton_Console.png)
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -36,10 +37,10 @@ Vous pouvez effectuer la plupart des configurations de CouchDB à partir de faux
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://couchdb.apache.org/>
|
||||
* 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>
|
||||
* Site officiel de l’app : <https://couchdb.apache.org/>
|
||||
* 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>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/couchdb>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/couchdb_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
@ -54,4 +55,4 @@ ou
|
|||
sudo yunohost app upgrade couchdb -u https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue