Skip to content

Commit

Permalink
Tomdaly patch1 (#384)
Browse files Browse the repository at this point in the history
* 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
tdaly61 and mdebarros authored Aug 11, 2022
1 parent 39542dc commit 9cae969
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contributing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ As much as is possible, the following should be adhered to when creating headers
Once you have created content that you are ready, the following steps should be followed to create a new PR:
- 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.
- Check for any typographical errors
- Created a pull request using `mojaloop-docs-2.0` as the base branch
- Create a pull request using `master` as the base branch



Expand Down
3 changes: 3 additions & 0 deletions docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ To help get you started with Mojaloop, select which of the options below best su
3. [Review Mojaloop APIs](/api/)
4. [Take a training program](https://mojaloop.io/mojaloop-training-program/)
5. [Contribute to Mojaloop](https://docs.mojaloop.io/documentation/)
6. [Install Mojaloop](./installation/installing-mojaloop)


6 changes: 6 additions & 0 deletions docs/getting-started/installation/installing-mojaloop.md
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.

0 comments on commit 9cae969

Please sign in to comment.