mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
51 lines
2.5 KiB
Markdown
51 lines
2.5 KiB
Markdown
|
<!--
|
|||
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|||
|
NON debe editarse manualmente.
|
|||
|
-->
|
|||
|
|
|||
|
# ElasticSearch 8 para YunoHost
|
|||
|
|
|||
|
[![Nivel de integración](https://dash.yunohost.org/integration/elasticsearch8.svg)](https://dash.yunohost.org/appci/app/elasticsearch8) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.maintain.svg)
|
|||
|
|
|||
|
[![Instalar ElasticSearch 8 con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=elasticsearch8)
|
|||
|
|
|||
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
|||
|
|
|||
|
> *Este paquete permíteche instalar ElasticSearch 8 de xeito rápido e doado nun servidor YunoHost.*
|
|||
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
|||
|
|
|||
|
## Vista xeral
|
|||
|
|
|||
|
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 Elasticsearch’s features and capabilities, see the [product page](https://www.elastic.co/products/elasticsearch).
|
|||
|
|
|||
|
|
|||
|
**Versión proporcionada:** 8.11.1~ynh3
|
|||
|
|
|||
|
**Demo:** <https://www.elastic.co/demos>
|
|||
|
## :red_circle: Caraterísticas cuestionables
|
|||
|
|
|||
|
- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use.
|
|||
|
|
|||
|
## Documentación e recursos
|
|||
|
|
|||
|
- Web oficial da app: <https://elastic.co>
|
|||
|
- Documentación oficial para admin: <https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html>
|
|||
|
- Repositorio de orixe do código: <https://github.com/elastic/elasticsearch>
|
|||
|
- Tenda YunoHost: <https://apps.yunohost.org/app/elasticsearch8>
|
|||
|
- Informar dun problema: <https://github.com/YunoHost-Apps/elasticsearch8_ynh/issues>
|
|||
|
|
|||
|
## Info de desenvolvemento
|
|||
|
|
|||
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing).
|
|||
|
|
|||
|
Para probar a rama `testing`, procede deste xeito:
|
|||
|
|
|||
|
```bash
|
|||
|
sudo yunohost app install https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
|
|||
|
ou
|
|||
|
sudo yunohost app upgrade elasticsearch8 -u https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
|
|||
|
```
|
|||
|
|
|||
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|