Mojaloop local environment setup for Mac
Last updated
Was this helpful?
Last updated
Was this helpful?
Local setup on a Laptop or Desktop to run the Mojaloop project.
This document will provide guidelines to a technical capable resources to setup, deploy and configure the Mojaloop applications on a local environment, utilizing Docker, Kubernetes and HELM charts.
At this point the reader/implementer should be familiar with Mojaloop's deployment guide. Imported information is contained in that document and as such a prerequisite to this document.
This section will guide the reader through the deployment process to setup Kubernetes within Docker.
RECOMMENDATIONS - Aug 2022
We recommend installing Kubernetes using either minikube or microk8s instead, as this will allow you to easily specify your desired Kubernetes version (i.e. either v1.20 or v1.21).
Alternatively, a specific version of Docker-desktop that includes a supported target Kubernetes version as specified in the can be installed. See Installing Docker for Windows section for more information.
Kubectl
Complete set of kubectl installation instruction are available here.
To verify if the installation was successful, check the version;
Change your Contexts;
Continue setup and configuration from the document.