써먹는 웹개발
[Elasticsearch] Windows 10에서 설치 및 실행 본문
728x90
반응형
설치는 이 블로그 참고 : baboototo.tistory.com/26
※ 설치 환경 : windows 10
vscode의 터미널에서 명령어 입력 (다음부터는 도스(cmd)에서 할 것)
압축해제 경로 : C:\elasticsearch-7.12.0
1. 디렉토리 이동
cd C:\elasticsearch-7.12.0\bin
2. elasticsearch.bat을 파일 더블클릭해서 실행
중간 생략
curl http://localhost:9200 '\elasticsearch-service.bat install |
3. 실행 및 정지
- 실행 : .\elasticsearch-service start
- 정지 : .\elasticsearch-service stop
추가적으로 참고하면 좋은 블로그
728x90
반응형
'Study > Elasticsearch' 카테고리의 다른 글
[Elasticsearch] spring boot와 연동하면서 유일하게 에러없이 참고한 git 프로젝트 주소 안내 (0) | 2021.05.06 |
---|---|
[Elasticsearch 펌] httpie를 Windows에서 설치 (0) | 2021.05.06 |
[Elasticsearch] import 에러시 해결방법 (0) | 2021.05.04 |
[Elasticsearch] Content-Type header [application/x-www-form-urlencoded] is not supported 해결방법 (0) | 2021.04.27 |
[Elasticsearch] curl: (1) Protocol "'http" not supported or disabled in libcurl 해결방법 (0) | 2021.04.27 |
Comments