tnolet / haproxy-rest

REST interface for HAproxy written in GO
77 stars 19 forks source link

How to install #5

Open tianxiaoliang opened 9 years ago

tianxiaoliang commented 9 years ago

Hi,I checked the easy docker way,But I don't want that,I just want to install it without docker, How can I reach that? If I use docker way,how can I load the haproxy config file (/etc/haproxy/haproxy.cfg) in host server

mastermindg commented 7 years ago

Replicating the docker way is easy...just follow the Dockerfile instructions. Easiest way would be to clone the repo. Probably want to be on Ubuntu since the Dockerfile uses that as a base. Make sure you've got go since it's written in Go.