Skip to content

Commit 9cae969

Browse files
tdaly61mdebarros
andauthored
Tomdaly patch1 (mojaloop#384)
* 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 <miguel@debarros.me> * Update docs/getting-started/installation/installing-mojaloop.md again accepting nice review changes from MIguel Co-authored-by: Miguel de Barros <miguel@debarros.me> * Update docs/getting-started/installation/installing-mojaloop.md Co-authored-by: Miguel de Barros <miguel@debarros.me> * re-order getting started items Co-authored-by: Miguel de Barros <miguel@debarros.me>
1 parent 39542dc commit 9cae969

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

contributing-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ As much as is possible, the following should be adhered to when creating headers
4747
Once you have created content that you are ready, the following steps should be followed to create a new PR:
4848
- Run the `./verify-links` script to ensure that there are no broken links on your page. See [Verifying Page Links](#verifying-page-links) section for more details.
4949
- Check for any typographical errors
50-
- Created a pull request using `mojaloop-docs-2.0` as the base branch
50+
- Create a pull request using `master` as the base branch
5151

5252

5353

docs/getting-started/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ To help get you started with Mojaloop, select which of the options below best su
77
3. [Review Mojaloop APIs](/api/)
88
4. [Take a training program](https://mojaloop.io/mojaloop-training-program/)
99
5. [Contribute to Mojaloop](https://docs.mojaloop.io/documentation/)
10+
6. [Install Mojaloop](./installation/installing-mojaloop)
11+
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Installing Mojaloop
2+
3+
Mojaloop is packaged and released as a set of [Helm Charts](https://github.com/mojaloop/helm) with various options for deployment and customization.
4+
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/).
5+
6+
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.

0 commit comments

Comments
 (0)