Install Consul on Windows

By | 2022년 10월 13일
Table of Contents

Install Consul on Windows

개발용 Consul 서버를 윈도우에 설치하는 방법을 설명합니다.

다운로드

여기 에서 파일을 다운받는다.

압축풀기

압축을 풀어주면 consul.exe 파일 한개가 나온다.

서버 실행하기

mkdir data
consul agent -server -ui -data-dir=./data -bootstrap-expect=1 -advertise=127.0.0.1

서버 확인하기

브라우저에서 http://localhost:8500/ 를 접속한다.

답글 남기기