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

57 lines
2.9 KiB
Markdown
Raw Normal View History

<!--
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-01-13 12:50:45 +01:00
Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the [Elastic Stack](https://www.elastic.co/products). You can use Elasticsearch to store, search, and manage data for logs, metrics, search backend, application monitoring, Endpoint security.
To learn more about Elasticsearchs features and capabilities, see the [product page](https://www.elastic.co/products/elasticsearch).
2023-10-11 09:43:42 +02:00
**Version incluse :** 8.10.3~ynh1
**Démo :** https://www.elastic.co/demos
## Avertissements / informations importantes
### Limitations
- **Not totally free**: Licensed under SSPL, see for more information: <https://en.wikipedia.org/wiki/Server_Side_Public_License>
- Currently the security is disabled
- Therefore, the package is configured to remain not public for now (i.e. not accessible through the web, the apps depending on it should be installed on the same server)
- Not scalable for now
2023-01-17 14:58:19 +01:00
## :red_circle: Fonctions indésirables
- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use.
## Documentations et ressources
2023-01-17 14:58:19 +01:00
* Site officiel de lapp : <https://elastic.co>
2023-09-19 08:11:18 +02:00
* Documentation officielle de ladmin : <https://www.elastic.co/guide/en/elasticsearch/reference/8.10/elasticsearch-intro.html>
2023-01-17 14:58:19 +01:00
* Dépôt de code officiel de lapp : <https://github.com/elastic/elasticsearch>
2023-01-13 12:59:48 +01:00
* 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.
``` 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
```
2023-01-17 14:58:19 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>