mirror of
https://github.com/YunoHost-Apps/couchdb_ynh.git
synced 2024-09-03 18:16:11 +02:00
Merge branch 'version-2' of https://github.com/YunoHost-Apps/couchdb_ynh into version-2
This commit is contained in:
commit
bbe41bb7f0
2 changed files with 15 additions and 25 deletions
11
README.md
11
README.md
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# CouchDB for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/couchdb)  
|
||||
[](https://dash.yunohost.org/appci/app/couchdb)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=couchdb)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -30,18 +31,12 @@ And as described in the couchdb official website:
|
|||
|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## Configuration
|
||||
|
||||
You can do most configuration of CouchDB from fauxton, the web interface, accessible at the domain you specified: `https://domain.tld/_utils/index.html`
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* 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
|
||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
|||
|
||||
# CouchDB pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/couchdb)  
|
||||
[](https://dash.yunohost.org/appci/app/couchdb)  
|
||||
|
||||
[](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,22 +25,16 @@ Comme le présente wikipédia:
|
|||
|
||||
**Version incluse :** 3.2.2~ynh2
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Configuration
|
||||
|
||||
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`
|
||||

|
||||
|
||||
## 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 +49,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…
Add table
Reference in a new issue