Linux Centos7 上安装consul
Posted King
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux Centos7 上安装consul相关的知识,希望对你有一定的参考价值。
1、[[email protected] ~]# yum install -y unzip
2、[[email protected] ~]# yuminstall -y wget
3、[[email protected] ~]# wget https://releases.hashicorp.com/consul/0.7.5/consul_0.7.5_linux_amd64.zip
4、[[email protected] ~]# ll
5、[[email protected] ~]# unzip consul_0.7.5_linux_amd64.zip
6、[[email protected] ~]# ./consul agent -dev -ui -node=consul-dev -client=192.168.1.186
以上是关于Linux Centos7 上安装consul的主要内容,如果未能解决你的问题,请参考以下文章
Linux上安装Hadoop集群(CentOS7+hadoop-2.8.0)--------hadoop环境的搭建
Linux CentOS7.0 (01)在Vmvare Workstation上 安装配置
[MySql]VMware虚拟机CentOS7.4 LInux上安装MySql5.7,tar包安装