Skip to content

Latest commit

History

History
44 lines (25 loc) 路 1.48 KB

prerequisites_docker_macos.md

File metadata and controls

44 lines (25 loc) 路 1.48 KB

Lisk Service prerequisites for MacOS

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

Prerequisites

These programs and resources are required to install and run Lisk 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 Lisk 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 Lisk Service. It is also possible to build those images locally by using the make build command.

Refer to the main README file regarding the next steps.