How to install CONSUL on CentOS 7 in mode test/production?

Hi,
Is there a guide for installing a test / production server in centos 7?
Because if I install “local” mode, when launching the project only accepts connections from localhost, not from another computer on the network.

Regards,

Hi Karloche,

Right now there is no installation guide for a CentOS Server.
But it is one of the new features planned for the installer (https://github.com/consul/installer)
Roadmap: “Cross platform compatibility (Ubuntu, CentOS)”

If you have acquired knowledge of how to install Consul with CentOS and want to share it in an issue in the installer repository, it will be a good starting point for this new development to adapt the installer to different OS.

Thank you

Hi Carlos

Did you get to install it on Centos 7? I believe I’m having the same problems than you were. So I would like to know how you did it.

Hi,

I installed following the install guide for local server (manual). And then I started the project using dev mode. I used the follow command for the services start: nohup /opt/consul/bin/rails s -b x.x.x.x & (replace the x.x.x.x with your server ip. Example 192.168.0.100 )

PD: I cloned the project in “/opt/consul”