Update Consul部署说明.md
parent
e4378084ab
commit
15e9c47b77
|
@ -5,7 +5,7 @@
|
||||||
yum install -y yum-utils
|
yum install -y yum-utils
|
||||||
yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
|
yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
|
||||||
yum -y install consul
|
yum -y install consul
|
||||||
# 或者直接下RPM包安装(推荐)
|
# 如果yum下载失败,可以直接下载RPM包安装
|
||||||
wget https://rpm.releases.hashicorp.com/RHEL/7/x86_64/stable/consul-1.13.3-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
|
rpm -ivh ./consul-1.13.3-1.x86_64.rpm
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue