Skip to content

dhis2/who-immunization-analysis-app

WHO Immunization Analysis app

License

© Copyright 2017 the World Health Organization (WHO). This software is distributed under the terms of the GNU General Public License version 3 (GPL Version 3), copied verbatim in the file “COPYING”. In applying this license, WHO does not waive any of the privileges and immunities enjoyed by WHO under national or international law or submit to any national court jurisdiction.

Getting started

Install dependencies

To install app dependencies:

yarn install

Compile to zip

To compile the app to a .zip file:

yarn run zip

Start dev server

To start the webpack development server:

yarn start

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 setting the DHIS2_HOME environmental variable (e.g. export DHIS2_HOME=/Users/Olav/dhis2/epi_home). Inside the folder DHIS2_HOME points to, create a file config with the url and base64-encoded username:password like this:

exports.baseUrl = 'http://localhost:8090/epidev';
exports.authorization = 'Basic YWRtaW46ZGlzdHJpY3QK='; //Based64 encoded

About

No description or website provided.

Topics

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages