🔎 Distributed and RESTful search engine for YunoHost.
Find a file
Alexandre Aubin 1d5aede9d3
Merge pull request #12 from YunoHost-Apps/testing
Update manifest.toml: there is no point having an autoupdater which is known to crash
2024-05-19 13:32:54 +02:00
.github [autopatch] Upgrade auto-updater 2023-02-24 18:19:41 +01:00
conf Packagingv2, copied from elasticsearch8 2024-05-15 22:57:07 +02:00
doc Packagingv2, copied from elasticsearch8 2024-05-15 22:57:07 +02:00
scripts Packagingv2, copied from elasticsearch8 2024-05-15 22:57:07 +02:00
.gitignore Initial commit 2022-11-26 19:48:19 +01:00
ALL_README.md Auto-update READMEs 2024-05-15 20:47:22 +00:00
config_panel.toml Initial commit (heavily inspired from OpenSearch ynh package) 2023-01-05 17:12:44 +01:00
LICENSE AGPL licensed 2022-11-29 10:30:45 +01:00
manifest.toml Update manifest.toml: there is no point having an autoupdater which is known to crash... 2024-05-19 13:32:29 +02:00
README.md Auto-update READMEs 2024-05-16 09:31:32 +00:00
README_es.md Auto-update READMEs 2024-05-16 09:31:32 +00:00
README_eu.md Auto-update READMEs 2024-05-16 09:31:32 +00:00
README_fr.md Auto-update READMEs 2024-05-16 09:31:32 +00:00
README_gl.md Auto-update READMEs 2024-05-16 09:31:32 +00:00
README_it.md Packagingv2, copied from elasticsearch8 2024-05-15 22:57:07 +02:00
README_zh_Hans.md Auto-update READMEs 2024-05-16 09:31:32 +00:00
tests.toml Packagingv2, copied from elasticsearch8 2024-05-15 22:57:07 +02:00

ElasticSearch 7 for YunoHost

Integration level Working status Maintenance status

Install ElasticSearch 7 with YunoHost

Read this README in other languages.

This package allows you to install ElasticSearch 7 quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack. 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.

Shipped version: 7.17.8~ynh7

Demo: https://www.elastic.co/demos

🔴 Antifeatures

  • Not totally free upstream: The packaged app is under an overall free license, but with clauses that may restrict its use.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/elasticsearch7_ynh/tree/testing --debug
or
sudo yunohost app upgrade elasticsearch7 -u https://github.com/YunoHost-Apps/elasticsearch7_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps