mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
50 lines
3.2 KiB
Markdown
50 lines
3.2 KiB
Markdown
<!--
|
||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||
-->
|
||
|
||
# ElasticSearch 8 для YunoHost
|
||
|
||
[![Уровень интеграции](https://dash.yunohost.org/integration/elasticsearch8.svg)](https://ci-apps.yunohost.org/ci/apps/elasticsearch8/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.maintain.svg)
|
||
|
||
[![Установите ElasticSearch 8 с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=elasticsearch8)
|
||
|
||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||
|
||
> *Этот пакет позволяет Вам установить ElasticSearch 8 быстро и просто на YunoHost-сервер.*
|
||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||
|
||
## Обзор
|
||
|
||
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).
|
||
|
||
|
||
**Поставляемая версия:** 8.11.1~ynh3
|
||
|
||
**Демо-версия:** <https://www.elastic.co/demos>
|
||
## :red_circle: Анти-функции
|
||
|
||
- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.
|
||
|
||
## Документация и ресурсы
|
||
|
||
- Официальный веб-сайт приложения: <https://elastic.co>
|
||
- Официальная документация администратора: <https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html>
|
||
- Репозиторий кода главной ветки приложения: <https://github.com/elastic/elasticsearch>
|
||
- Магазин YunoHost: <https://apps.yunohost.org/app/elasticsearch8>
|
||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/elasticsearch8_ynh/issues>
|
||
|
||
## Информация для разработчиков
|
||
|
||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing).
|
||
|
||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
|
||
или
|
||
sudo yunohost app upgrade elasticsearch8 -u https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|