Easy Steps to Install fabio on Mac

Package Information:

Name: fabio
Use: A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul.
URL: https://github.com/eBay/fabio

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install fabio using brew
    brew install fabio

fabio is ready to use now!