Elasticsearch Installation » 이력 » 버전 1
SANGKYU KANG, 2018-06-05 05:27 오후
1 | 1 | SANGKYU KANG | h1. Elasticsearch Installation |
---|---|---|---|
2 | |||
3 | |||
4 | |||
5 | h1. Installation |
||
6 | |||
7 | 설치파일 다운로드 |
||
8 | <pre> |
||
9 | wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.tar.gz |
||
10 | 압축해제 |
||
11 | </pre> |
||
12 | |||
13 | ※최신 버전 elasticsearch의 경우 JDK8이상을 요구하므로 관련 환경변수 점검 필요 |
||
14 | |||
15 | |||
16 | 압축 해제 및 config 파일 수정 |
||
17 | <pre> |
||
18 | vi $ES_HOME/config/elasticsearch.yml |
||
19 | </pre> |
||
20 | |||
21 | 실행 |
||
22 | <pre> |
||
23 | $ES_HOME/bin/elasticsearch |
||
24 | </pre> |