Skip to content

Tools we use to develop the DHIS2 instance manager

Notifications You must be signed in to change notification settings

dhis2-sre/im-tooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instance Manager Tooling

The following is a quick guide on what you need to develop the DHIS2 instance manager.

Prerequisites

Tools

Install the following

Repositories

Clone the repos declared in requires.path skaffold.yml satisfying the path locations.

Build, Push And Deploy Instance Manager

Copy .env.example to .env

Update the ENVIRONMENT and CLASSIFICATION variables to match your environment.

Run skaffold dev

Develop

Every repo you checked out has a Makefile. Consider this the entry point.

Start by calling

make init

to setup pre-commit hooks. This ensures the code we add follows some common conventions.

About

Tools we use to develop the DHIS2 instance manager

Topics

Resources

Stars

Watchers

Forks