Skip to content

dhis2-sre/im-manager

Repository files navigation

Getting Started

Start local development environment with Docker

  1. Start by copying the .env.example file into a new .env file:
cp .env.example .env
  1. Create a private key:
make keys
  1. Copy the private key contents, with actual newlines replaced by "\n", into the PRIVATE_KEY environment variable within the .env file: This should work on macOS to copy the key contents
cat rsa_private.pem | awk '{printf "%s\\n", $0}' | pbcopy
  1. Initialize the environment and install dev dependencies:
make init
  1. Start a development environment:
make dev

Add a group

  • Add group in IM (either through the UI or by using the user script found here
  • Update values file or for an individual environment such as prod
  • Update the profiles section of the skaffold file to include the group
  • Update backup schedule to include the group for either dev or prod

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages