mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
51 lines
2.7 KiB
Markdown
51 lines
2.7 KiB
Markdown
|
<!--
|
|||
|
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|||
|
NON DEVE essere modificato manualmente.
|
|||
|
-->
|
|||
|
|
|||
|
# ElasticSearch 8 per YunoHost
|
|||
|
|
|||
|
[![Livello di integrazione](https://dash.yunohost.org/integration/elasticsearch8.svg)](https://dash.yunohost.org/appci/app/elasticsearch8) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.maintain.svg)
|
|||
|
|
|||
|
[![Installa ElasticSearch 8 con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=elasticsearch8)
|
|||
|
|
|||
|
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
|||
|
|
|||
|
> *Questo pacchetto ti permette di installare ElasticSearch 8 su un server YunoHost in modo semplice e veloce.*
|
|||
|
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
|||
|
|
|||
|
## Panoramica
|
|||
|
|
|||
|
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).
|
|||
|
|
|||
|
|
|||
|
**Versione pubblicata:** 8.11.1~ynh3
|
|||
|
|
|||
|
**Prova:** <https://www.elastic.co/demos>
|
|||
|
## :red_circle: Anti-funzionalità
|
|||
|
|
|||
|
- **Applicazione con licenza parzialmente libera**: Quest’applicazione è protetta da licenza generalmente libera, ma con delle clausole che potrebbero limitare il suo utilizzo.
|
|||
|
|
|||
|
## Documentazione e risorse
|
|||
|
|
|||
|
- Sito web ufficiale dell’app: <https://elastic.co>
|
|||
|
- Documentazione ufficiale per gli amministratori: <https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html>
|
|||
|
- Repository upstream del codice dell’app: <https://github.com/elastic/elasticsearch>
|
|||
|
- Store di YunoHost: <https://apps.yunohost.org/app/elasticsearch8>
|
|||
|
- Segnala un problema: <https://github.com/YunoHost-Apps/elasticsearch8_ynh/issues>
|
|||
|
|
|||
|
## Informazioni per sviluppatori
|
|||
|
|
|||
|
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing).
|
|||
|
|
|||
|
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
|||
|
|
|||
|
```bash
|
|||
|
sudo yunohost app install https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
|
|||
|
o
|
|||
|
sudo yunohost app upgrade elasticsearch8 -u https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
|
|||
|
```
|
|||
|
|
|||
|
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|