-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1862277
commit c91271e
Showing
1 changed file
with
2 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,4 @@ | ||
|
||
# DHIS 2 | ||
# JPHES | ||
|
||
DHIS 2 is a flexible information system for data capture, management, validation, analytics and visualization. It allows for data capture through clients ranging from Web browsers, Android devices, Java feature phones and SMS. DHIS 2 features data visualization apps for dashboards, pivot tables, charting and GIS. It provides metadata management and configuration. The data model and services are exposed through a RESTful Web API. | ||
|
||
## Overview | ||
|
||
The software is open source and released under the [BSD license](https://opensource.org/licenses/BSD-2-Clause). | ||
|
||
For documentation please visit the [doc page](https://www.dhis2.org/documentation/). | ||
|
||
To can download pre-built WAR files from the [continuous integration server](http://ci.dhis2.org/). | ||
|
||
You can explore various demos of DHIS 2 in the [play environment](https://play.dhis2.org/). | ||
|
||
For general info please visit the [project web page](https://www.dhis2.org/). | ||
|
||
## Build process | ||
|
||
This repository contains the source code for the server-side component of DHIS 2, which is developed in [Java](https://www.java.com/en/) and built with [Maven](https://maven.apache.org/). | ||
|
||
To build it you must first install the root POM file, navigate to the dhis-web directory and then build the web POM file. | ||
|
||
<pre> | ||
cd dhis-2 | ||
mvn install | ||
cd dhis-web | ||
mvn install | ||
</pre> | ||
[![Build Status](https://travis-ci.org/dhis2/dhis2-core.svg?branch=master)](https://travis-ci.org/dhis2/dhis2-core) | ||
It is an integrated platform for partner reporting and data attribution built on DHIS2. |