Configure Atomfeed Console App

Purpose and Benefits

Atomfeed Console is an independent component that shows the failed events that happened in an atomfeed client. There is a group in inventory file called atomfeed-console.

Configuration

Installing Atomfeed Console App

To install the application, put the IP address of the machine under atomfeed-console module in /etc/bahmni-installer/local file as mentioned here. Then run bahmni install command. The installer will take care of configuring the application.

Adding Atomfeed App to Home Page

To add Atomfeed App to your Home Page, please add the config below to extension.json

"atomfeedConsole": {
    "id": "bahmni.atomfeed.console",
    "extensionPointId": "org.bahmni.home.dashboard",
    "type": "link",
    "translationKey": "MODULE_LABEL_ATOMFEED_CONSOLE_KEY",
    "url": "/atomfeed-console",
    "icon": "fa fa-terminal",
    "order": 13,
    "requiredPrivilege": "app:admin"
  }

On this Page


Usage Details

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)