diff --git a/atomfeed-console/README.md b/atomfeed-console/README.md index 046a23c..4e9c4d6 100644 --- a/atomfeed-console/README.md +++ b/atomfeed-console/README.md @@ -2,12 +2,13 @@ This directory contains resources for building Docker image for atomfeed-console. The atomfeed-console container is used to show the failed events that happened in an atomfeed client. -Atomfeed console is is useful when you are facing some sync issues with components like OpenMRS, OpenELIS, Odoo, etc. Issues can be like patients not getting created, orders not getting synced, pacs orders not getting synced etc., +Atomfeed console is useful when you are facing some sync issues with components like OpenMRS, OpenELIS, Odoo, etc. Issues can be like patients not getting created, orders not getting synced, pacs orders not getting synced etc., ## Building the image locally + 1. Checkout the [atomfeed-console](https://github.com/ICT4H/atomfeed-console) repository. 2. Generate the jar file by running `mvn clean install -DskipTests`. 3. Navigate into bahmni-package directory and copy the above generated jar file to `bahmni-package/atomfeed-console/resources`. 4. Build the docker image `docker build -t atomfeed-console:latest .` from `bahmni-package/atomfeed-console` -[application.yml.template](resources/application.yml.template) contains list of atom feeds that we want to configure in Atomfeed Console. To add/remove the feed sources, update the [list](resources/application.yml.template#L4) accordingly. \ No newline at end of file +[application.yml.template](resources/application.yml.template) contains list of atom feeds that we want to configure in Atomfeed Console. To add/remove the feed sources, update the [list](resources/application.yml.template#L4) accordingly.