Skip to content

Commit

Permalink
BAH-3944 | Fix. Markdown Violations In README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh authored Jun 28, 2024
1 parent 04bfbdc commit 68f088e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions atomfeed-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
[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.

0 comments on commit 68f088e

Please sign in to comment.