1. 程式人生 > >Linux Centos7 上安裝consul

Linux Centos7 上安裝consul

get spa nod com releases sta span unzip uil

1、[root@localhost ~]# yum install -y unzip

2、[root@localhost ~]# yuminstall -y wget

3、[root@localhost ~]# wget https://releases.hashicorp.com/consul/0.7.5/consul_0.7.5_linux_amd64.zip

4、[root@localhost ~]# ll

5、[root@localhost ~]# unzip consul_0.7.5_linux_amd64.zip

6、[root@localhost ~]# ./consul agent -dev -ui -node=consul-dev -client=192.168.1.186

Linux Centos7 上安裝consul