DHIS2-Chrome is a Chrome extension that is used in the field and synchronises with DHIS2. It provides offline support and makes use of IndexedDB to store data.
- AngularJS
- RequireJS
- IndexedDB
- npm
- bower
- bower-installer
-
Clone this repository.
-
Navigate to the
dhis2-chrome
folder and run the following commands:
npm install
bower cache clean
bower-installer
gulp less
-
Open the Chrome browser, go to “chrome://extensions” and enable developer mode.
-
click on “Load unpacked extension” and select
dhis2-chrome/src/main
. -
The Chrome extension should be successfully installed.