Skip to content

EXPERIMENTAL: A terminal utility to help with configuring components of the Mojaloop Integration Toolkit

License

Notifications You must be signed in to change notification settings

mojaloop/itk-configuration-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mojaloop ITK Configurator

This is a simple terminal utility which provides features to simplify the process of configuring and managing components of the Mojaloop Integration Toolkit such as:

  • Mojaloop Connector
    • Configure scheme connection settings including all security elements.
  • Core Connector
    • Configure connection and integration with your backend systems.

Installation

Pre-requisites

  • Python 3.11+
  • Docker (desktop or equivalent necessary to run docker containers locally)
    • Note that this utility uses Hashicorp Vault as a docker container for performing cryptographic operations. You should ensure that your user account has permissions to run docker commands.

Installation Steps

  1. Clone this repository locally.
  2. Build the project:
$ python -m build
  1. Install the project
$ pip install ./dist/mojaloop_itk_configurator-1.0.0.tar.gz

You can now run the configuration utility thus:

$ itkconfigurator

Uninstallation

To uninstall the project after a pip install run the following command from the terminal:

$ pip uninstall mojaloop-itk-configurator

About

EXPERIMENTAL: A terminal utility to help with configuring components of the Mojaloop Integration Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages