Skip to content

Commit 8c9e9d0

Browse files
2 parents 0f28852 + 0eaff08 commit 8c9e9d0

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@
22
DHIS2 basic app to allow interoperability between DHIS2 and Go.Data instances
33
![Architecture summary](./images/overview.png)
44

5-
## Requirements
6-
7-
- Node.js (>= v12.x) and npm (>= v6.x) installed in the system.
8-
95
## Installation
106

11-
+ Clone the repository or download it as a zip file.
12-
+ In a terminal, install the dependencies by executing ```npm install``` inside the project folder.
13-
+ In a terminal, run the command ```npm run build``` or ```yarn build``` to build the app for production into the `build` folder.
14-
+ Compress the `build` folder, go to the *App Management* app inside your DHIS2 instance and upload the compressed .zip.
7+
+ Go to the *Release* section of this repository (
8+
<a href="https://github.com/WISCENTD-UPC/godata-dhis2-interoperability-app/releases/latest">here</a>
9+
) and download the app.zip file.
10+
+ Go to the *App Management* app inside your DHIS2 instance and upload the .zip file.
1511

1612
![App Management DHIS2](./images/app-management.png)
1713

@@ -39,4 +35,4 @@ DHIS2 basic app to allow interoperability between DHIS2 and Go.Data instances
3935

4036
<p align="center">
4137
<img src="./images/step-by-step.png" width=600>
42-
</p>
38+
</p>

0 commit comments

Comments
 (0)