Elasticsearch (Linux): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Links) |
|||
Zeile 4: | Zeile 4: | ||
== Installation == | == Installation == | ||
Auf [https://www.elastic.co/de/downloads/elasticsearch https://www.elastic.co/de/downloads/elasticsearch] die aktuelle Version suchen und herunterladen: | |||
<pre> | <pre> | ||
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.12.1-no-jdk-amd64.deb | wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.12.1-no-jdk-amd64.deb | ||
</pre> | </pre> | ||
== Docker == | == Docker == |
Version vom 23. Mai 2021, 09:56 Uhr
Noch in Bearbeitung
Installation
Auf https://www.elastic.co/de/downloads/elasticsearch die aktuelle Version suchen und herunterladen:
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.12.1-no-jdk-amd64.deb
Docker
Noch nicht getestet
https://hub.docker.com/r/dimdm/elasticsearch/tags?page=1&ordering=last_updated
Links
https://www.elastic.co/de/downloads/elasticsearch
https://www.raspberrypi.org/forums/viewtopic.php?t=268432
Zurück zu Ubuntu