Skip to content

Commit

Permalink
Add backup function
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-p-pickering committed Jan 3, 2024
1 parent 8178635 commit 901215f
Show file tree
Hide file tree
Showing 12 changed files with 2,606 additions and 740 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# DHIS2 App Template for Dummies
Basic DHIS2 app skeleton.
# Global Fund ADEx Metadata Manager
This app will help you to manage local indicator definitions for GF ADEx implementations.

## License
© Copyright
© Copyright 2024 University of Oslo

## Description

## Getting started
The Global Fund may periodically release new and updated versions of the Aggregate Data Exchange (ADEx)
metadata package. You can use this app to help to upgrade your existing indicators to a later version
of the GF ADEx metadata, while at the same time maintaining your existing numerator definitions
for your local GFADEx indicators.

## Developing the app

### Install dependencies
To install app dependencies:
Expand All @@ -28,7 +34,7 @@ To start the webpack development server:
yarn start
```

By default, webpack will start on port 8081, and assumes DHIS2 is running on
By default, webpack will start on port 8081, and assumes DHIS2 is running on
http://localhost:8080/dhis with `admin:district` as the user and password.

A different DHIS2 instance can be used to develop against by adding a `d2auth.json` file like this:
Expand Down
Loading

0 comments on commit 901215f

Please sign in to comment.