MorrieNomad
행복한 공간 만들기
MorrieNomad
전체 방문자
오늘
어제
  • 분류 전체보기 (40)
    • Spring (5)
    • Web (0)
    • Software Architecture (0)
    • Network (0)
    • AI (0)
      • Machine Learning (0)
      • Deep Learning (0)
    • BlockChain (1)
    • DB (4)
    • Tool (5)
    • Fishing (0)
    • Seminar (1)
    • IT 잡동사니 (0)
    • SRE (0)
    • Language (1)
      • Java (0)
      • Kotlin (1)
      • Python (0)
    • OpenSource (2)
    • OS (0)
      • Linux (0)
    • Retrospective (3)
    • Article (4)
    • Study (14)

블로그 메뉴

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

공지사항

인기 글

태그

  • 회고
  • DB
  • MAC
  • datagrip
  • 개발자
  • Circuitbreaker
  • MicroService
  • 시니어개발자
  • Kotlin#Intellij
  • ngrinder
  • 생성일자
  • 수정일자
  • mysql
  • 게임 서버
  • 성능 분석
  • retrospective
  • cqrs
  • docker
  • MSA
  • Redis

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
MorrieNomad

행복한 공간 만들기

OpenSource

Installing the Elastic Stack

2018. 4. 5. 16:41

Mandatary

 

Installing Java 1.8

Check installed Java version

 

 

 

 $ java -version 

 

 

 


 

Installing Elasticsearch

 

Download and install the .tar.gz package

 $ wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.3.tar.gz 

 $ tar -xzvf elasticsearch-6.2.3.tar.gz 

 

 

 

 

 

 


 

Note

 

Because this article was written with reference to the elastic install guide, the current version and installation method may be different.

    • https://www.elastic.co/guide/en/elastic-stack/current/elastic-stack.html
 

Mac OS X 환경에서 wget 명령을 찾을 수 없다고 하는 경우가 있다. Mac OS X 환경에는 기본적으로 wget 이 없다. 그러므로 아래와 같이 curl 사용 또는 wget 을 설치한다.

 

 $ curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.3.tar.gz  

 

P.S 대문자 O이며, 숫자 0이 아니다.

 

 $ brew install wget 

 $ wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.3.tar.gz 

저작자표시 비영리 변경금지 (새창열림)

'OpenSource' 카테고리의 다른 글

nGrinder(Performance Test Tool) 설치 및 가이드  (0) 2022.06.21
    'OpenSource' 카테고리의 다른 글
    • nGrinder(Performance Test Tool) 설치 및 가이드
    MorrieNomad
    MorrieNomad

    티스토리툴바