下载文件https://www.consul.io/downloads.html, 解压完毕后只有一个consul文件
consul
启动一个 Agent
consul agent -server -bootstrap-expect 1 -data-dir E:\soft\consul_0.7.0_windows\data -node=web -bind=127.0.0.1 -config-dir E:\soft\consul_0.7.0_windows\config\test.json -ui-dir=E:\soft\consul_0.7.0_windows -client=192.168.4.37
consul agent -dev
查看成员,在另一个终端中运行consul members就可以看到整个集群中的成员
输出已经显示了你自己的节点信息,有地址信息、健康状况、在集群中的角色、以及一些版本信息,如果要查看一些metadata,则可以加入-detailed标记
安装WEB UI,下载地址https://www.consul.io/downloads.html
解压后放到consul文件目录下
重新启动agent,访问http://localhost:8500/