Mojaloop Community Central

Tom
Tom

Posted on

 

Simplify Mojaloop Deployment

Hey folks, during the Mojaloop Bootcamp at ccHub on Monday, @simeonoriko issued a challenge to take mini-loop and make it even easier to deploy. I think he offered a nice prize for doing so. This post is to give you a head-start on winning that prize/swag.

So it should be possible to deploy a kubernetes engine such as rancher k3s into Ubuntu 20 or 22 and then deploy Mojaloop the running kubernetes engine from a command similar to how k3s itself is installed .

So take a look at https://k3s.io where it shows how to install k3s :

curl -sfL https://get.k3s.io | sh - 
Enter fullscreen mode Exit fullscreen mode

What can be done is to apply this to approach making use of the mini-loop scripts install scripts in https://github.com/tdaly61/mini-loop

You can find an open source skeleton of this approach available from the MIT-licensed script from glide at https://github.com/Masterminds/glide.sh/blob/master/get

So get going .... folks !

Top comments (0)