-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding mini-loop to mojaloop docs * added text to getting started install section * add new page for installing mojaloop * slightly re-word installing-mojaloop * slightly re-word installing-mojaloop again * Update docs/getting-started/installation/installing-mojaloop.md accept nice review update from Miguel Co-authored-by: Miguel de Barros <[email protected]> * Update docs/getting-started/installation/installing-mojaloop.md again accepting nice review changes from MIguel Co-authored-by: Miguel de Barros <[email protected]> * Update docs/getting-started/installation/installing-mojaloop.md Co-authored-by: Miguel de Barros <[email protected]> * re-order getting started items Co-authored-by: Miguel de Barros <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Installing Mojaloop | ||
|
||
Mojaloop is packaged and released as a set of [Helm Charts](https://github.com/mojaloop/helm) with various options for deployment and customization. | ||
1. The Mojaloop [Deployment Guide](https://docs.mojaloop.io/legacy/deployment-guide/) is intended for those familiar with [Kubernetes](https://kubernetes.io) and [Helm](https://helm.sh) or those interested in the deployment details of the Mojaloop Helm Charts [Deployment Guide](https://docs.mojaloop.io/legacy/deployment-guide/). | ||
|
||
2. If you are new to Mojaloop and unfamiliar with [Helm](https://helm.sh) / [Kubernetes](https://kubernetes.io) or if you just want to get the software up and running quickly and simply then the [Mini-Loop](https://github.com/tdaly61/mini-loop) install utilities for Mojaloop are an efficient way to get started. The [Mini-Loop](https://github.com/tdaly61/mini-loop) scripts enable you to deploy Mojaloop in the cloud or on your laptop / server with just a couple of commands. You can then easily run the [Mojaloop Testing Toolkit](https://github.com/mojaloop/ml-testing-toolkit#mojaloop-testing-toolkit) to interact and test your deployment. |