Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.49 KB

prerequisites_docker_macos.md

File metadata and controls

44 lines (25 loc) · 1.49 KB

Klayr Service prerequisites for MacOS

Those requirements are necessary in order to perform the recommended method of running Klayr Service on the server.

Prerequisites

These programs and resources are required to install and run Klayr Service.

Brew

Install Brew by following the most recent instruction.

If you already have Brew installed, make sure it is working and up-to-date.

brew update
brew doctor

Xcode

Install Xcode essentials coming from Apple.

xcode-select --install

Tip: You can skip this point if you have already installed the full version of XCode.

Docker

Docker is used as a run-time environment for Klayr Service. It takes care of most dependencies and simplifies the required configuration.

Follow the official documentation to install Docker Desktop on MacOS.

Docker-compose

The most recent version of Docker Desktop already contains docker-compose tool. Visit the official documentation page for more information.

Next steps

If you have all dependencies installed properly, it is possible to run pre-build Docker images with Klayr Service. It is also possible to build those images locally by using the make build-images command.

Refer to the main README file regarding the next steps.