Update Consul部署说明.md
parent
c1a6e9ffb2
commit
e4378084ab
|
@ -6,8 +6,8 @@ yum install -y yum-utils
|
|||
yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
|
||||
yum -y install consul
|
||||
# 或者直接下RPM包安装(推荐)
|
||||
wget https://rpm.releases.hashicorp.com/RHEL/7/x86_64/stable/consul-1.12.2-1.x86_64.rpm
|
||||
rpm -ivh ./consul-1.12.2-1.x86_64.rpm
|
||||
wget https://rpm.releases.hashicorp.com/RHEL/7/x86_64/stable/consul-1.13.3-1.x86_64.rpm
|
||||
rpm -ivh ./consul-1.13.3-1.x86_64.rpm
|
||||
```
|
||||
|
||||
#### 配置
|
||||
|
|
Loading…
Reference in New Issue