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

49 lines
2.7 KiB
Markdown
Raw Normal View History

<!--
2024-03-16 08:57:45 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
2023-01-13 12:59:48 +01:00
# ElasticSearch 8 pour YunoHost
2023-01-27 07:11:41 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/elasticsearch8.svg)](https://dash.yunohost.org/appci/app/elasticsearch8) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.maintain.svg)
2023-02-17 07:12:02 +01:00
2023-01-13 12:59:48 +01:00
[![Installer ElasticSearch 8 avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=elasticsearch8)
*[Read this readme in english.](./README.md)*
2023-01-17 14:58:19 +01:00
> *Ce package vous permet dinstaller ElasticSearch 8 rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2023-01-17 14:58:19 +01:00
## Vue densemble
2023-10-14 14:31:10 +02:00
Elasticsearch est le moteur de recherche et d'analyse distribué et RESTful au cœur de la [Elastic Stack](https://www.elastic.co/products). Vous pouvez utiliser Elasticsearch pour stocker, rechercher et gérer des données pour les journaux, les métriques, le backend de recherche, la surveillance des applications et la sécurité des points de terminaison.
Pour en savoir plus sur les fonctionnalités et capacités d'Elasticsearch, consultez la [page produit](https://www.elastic.co/products/elasticsearch).
2024-03-16 09:22:26 +01:00
**Version incluse :** 8.11.1~ynh3
2024-03-16 08:57:45 +01:00
**Démo :** <https://www.elastic.co/demos>
## :red_circle: Anti-fonctionnalités
2023-01-17 14:58:19 +01:00
2024-03-16 08:57:45 +01:00
- **Application sous licence libre restreinte** : L'application packagée est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation.
2023-01-17 14:58:19 +01:00
## Documentations et ressources
2024-03-16 08:57:45 +01:00
- Site officiel de lapp : <https://elastic.co>
- Documentation officielle de ladmin : <https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html>
- Dépôt de code officiel de lapp : <https://github.com/elastic/elasticsearch>
- YunoHost Store : <https://apps.yunohost.org/app/elasticsearch8>
- Signaler un bug : <https://github.com/YunoHost-Apps/elasticsearch8_ynh/issues>
## Informations pour les développeurs
2023-01-13 12:59:48 +01:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2024-03-16 08:57:45 +01:00
```bash
2023-01-13 12:59:48 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
ou
2023-01-13 12:59:48 +01:00
sudo yunohost app upgrade elasticsearch8 -u https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
```
2024-03-16 08:57:45 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>