LoginSignup
5
5

More than 5 years have passed since last update.

ElasticSearchのインストール

Last updated at Posted at 2016-02-07

Mac OS Xでのインストール手順は以下

$ brew install Caskroom/cask/java
$ brew install elasticsearch

上記の方法でインストール、起動コマンドは以下

$ elasticsearch

起動後に動作確認
- ブラウザで -> http://localhost:9200
- コマンドで -> curl -XGET http://127.0.0.1:9200/_cluster/health/?pretty
-Xパラメータはリクエストのメソッド、prettyつけると見やすいように改行してくれる

5
5
2

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
5
5