-
Notifications
You must be signed in to change notification settings - Fork 45
Implementor Workflow
Hiren Thacker edited this page Oct 14, 2019
·
4 revisions
- Install and run UI Designer locally.
- Create and Edit forms and other entities like encounter types, programs etc...
- When you want to deploy your local changes to staging, uat, or production then
- download the implementation bundle from 'Bundle' page and unzip it
- Copy-paste the files from bundle file to your local machine.
- Run
deploy-{env}-all
make task to deploy to your environment i.e.make deploy-staging-all
.