Elasticsearch (Linux): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Links) |
|||
Zeile 27: | Zeile 27: | ||
[https://www.elastic.co/de/downloads/elasticsearch https://www.elastic.co/de/downloads/elasticsearch] | [https://www.elastic.co/de/downloads/elasticsearch https://www.elastic.co/de/downloads/elasticsearch] | ||
[https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html] | |||
[https://www.raspberrypi.org/forums/viewtopic.php?t=268432 https://www.raspberrypi.org/forums/viewtopic.php?t=268432] | [https://www.raspberrypi.org/forums/viewtopic.php?t=268432 https://www.raspberrypi.org/forums/viewtopic.php?t=268432] |
Version vom 23. Mai 2021, 09:59 Uhr
Noch in Bearbeitung
Installation
Raspbian (ARM-Prozessor)
Zuerst das Paket apt-transport-https
installieren:
sudo apt-get update && sudo apt-get install apt-transport-https
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-arm64.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.elastic.co/guide/en/elasticsearch/reference/current/deb.html
https://www.raspberrypi.org/forums/viewtopic.php?t=268432
Zurück zu Ubuntu