Installation

Install Docker

Install Docker, version 1.12.3 or above is required.

Run

docker version

and make sure it shows both client and server versions correctly.

Docker Compose (Optional)

Install docker-compose if you want to use compose property in targets.

Install HyperMake

For Mac

brew tap evo-cloud/toolkit  # only do this once
brew install hmake

Or download and extract the binary directly

curl -s https://github.com/evo-cloud/hmake/releases/download/v1.3.1/hmake-darwin-amd64.tar.gz | sudo tar -C /usr/local/bin -zx

For Linux

curl -s https://github.com/evo-cloud/hmake/releases/download/v1.3.1/hmake-linux-amd64.tar.gz | sudo tar -C /usr/local/bin -zx

For Windows

Download and extract the binary from

https://github.com/evo-cloud/hmake/releases/download/v1.3.1/hmake-windows-amd64.zip

Anything else?

No. That’s all you need. Enjoy!