Skip to content

DHIS 2 app for monitoring of data analysis utilization

Notifications You must be signed in to change notification settings

akalajzi/dhis2-usage-analytics

 
 

Repository files navigation

Usage Analytics

App for usage analytics (data statistics)

Prerequisites

Make sure you have at least the following versions of node and npm.

  • Node version v5.6.0 or higher
  • npm version 3.8.0 or higher

Use the following commands to check your current versions

node -v

npm -v

Getting started

Clone the repository from github with the following command

git clone https://github.com/dhis2/dhis2-usage-analytics

Install the node dependencies

npm install

To set up your DHIS2 instance to work with the development service you will need to add the development servers address to the CORS whitelist. You can do this within the DHIS2 Settings app under the access tab. On the access tab add http://localhost:8081 to the CORS Whitelist.

For testing purposes this app assumes your dhis2 instance is located at http://localhost:8080/dhis and that you have an account available with username admin and password district. If this you do not have these settings available change them in the following locations username and password and/or server location.

This should allow you to be able to run the following node commands

To run the development server

npm start

For more information:

https://github.com/dhis2/app-skeleton

About

DHIS 2 app for monitoring of data analysis utilization

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.0%
  • CSS 1.6%
  • HTML 1.4%