0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntu 18.04 に Elasticsearch をインストール

Last updated at Posted at 2020-07-16

背景

サーバをレンタルして一からESを立ち上げたので手順をメモします

前段

sudo apt update

java

sudo apt install openjdk-11-jdk

gnupg

sudo apt install gnupg

Elasticsearch

wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list
sudo apt install elasticsearch

その他

ESを叩く際にcurlを使いたいので入れておく
sudo apt install curl

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?