At the moment, the data import wizard can be built from two repositories (core and utils). It also works along side a scheduler that processes data to import based on generated mappings.
data-import-wizard-utils - the utilities library that is also used by the data import wizard scheduler
data-import-wizard-v2 - the core application
data-import-wizard-scheduler - the scheduler application.
git clone https://github.com/HISP-Uganda/data-import-wizard-utils.git
cd data-import-wizard-utils
yarn install
yarn build
yarn link
# move 1 step out of the current directory
cd ..
git clone https://github.com/HISP-Uganda/data-import-wizard-v2.git
cd data-import-wizard-v2
yarn install
yarn link "data-import-wizard-utils"
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
A deployable .zip
file can be found in build/bundle
!
Navigate to the App Management
core application in your DHIS 2 instance.