The project help installing consul more easily
consul_1.4.1_linux_amd64
Clone or copy the repository to the target machine
./client-install.sh
./client.sh start-client
mv bin/consul /usr/local/bin/
useradd consul
ln -s consul.d/server /etc/consul.d
cp server/systemd/consul /etc/sysconfig/consul
cp server/systemd/consul.service /etc/systemd/system/consul.service
mkdir /run/consul && chown consul:consul /run/consul
# systemctl status consul.service
systemctl start consul.service