安装
安装环境: Mac
我参照官网下载,然后解压,然后添加到PATH,并不能用。最终使用brew安装成功。
brew install consul
安装成功后,文件位于/usr/local/Cellar/consul/
.
启动
consul agent --dev
停止
直接ctrl+c
原文地址:https://www.cnblogs.com/woshimrf/p/consul-install.html
时间: 2024-11-01 16:31:51
安装环境: Mac
我参照官网下载,然后解压,然后添加到PATH,并不能用。最终使用brew安装成功。
brew install consul
安装成功后,文件位于/usr/local/Cellar/consul/
.
consul agent --dev
直接ctrl+c
原文地址:https://www.cnblogs.com/woshimrf/p/consul-install.html