How to Install cherokee on Mac using Brew

Package Information:

Name: cherokee
Use: Cherokee is an innovative, feature rich, lightning fast and easy to configure open source web server designed for the next generation of highly concurrent secured web applications.
URL: http://cherokee-project.com/

Installation Steps:

  1. Open Terminal on your Mac.
  2. Run the following command

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

cherokee is ready to use now!